I have a private gitlab repository. In gitlab, I published the library as a JAR file. This lib will be used by two other applications. How can I get gradle build scripts to use my private gitlab to load this dependency?
AFAIK is not directly supported, so you can: