Answer the question
In order to leave comments, you need to log in
How to use Maven repositories declared in dependency POM files in Gradle?
I use the mavenCentral() repository in the project and declare a dependency: compile 'com.turn:ttorrent:1.4'
com.turn.ttorrent is just an example, so this is not about it, but about its POM file.
When trying to build the project, there is a problem with an unresolved dependency: net.sf.jargs. This artifact could not be found in the mavenCentral() repository. Further, I found out that in the description of ttorrent there is a declaration of an external repository:
<repositories>
<repository>
<id>jboss-thirdparty-releases</id>
<name>JBoss Thirdparty Releases</name>
<url>https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/</url>
</repository>
</repositories>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question