I am trying to use my code and in Gradle Build but can not know some details about JR:
- What should accurate
mavenRepo
should be used to find jar in mybuild.gradle
< / Li> - Should I use the latest stable official version? According to this, it is either 0.17, 0.7 or 0.10, depending on which link you go to, according to
mvnrepo.org
, this is 0.16. - What's the latest / static / official version (
group: artifact: version.jar
what are the grade coordinates?)? Again, because I can not tell that the binary repo is hosting this Jar, nor is it officially latest / stable, it is almost impossible to determine the proper coordinates. Update:
This is the answer to the first question (Mewen Repo):
Maven {url "http: //dl.bintray/Code> It looks like 0.17
is also the official stable / latest version.
< Strong> therefore still need help with Gradal / Maven coordinates. Excluding these answers here, if future people are surprised at the same thing.
Artificial Java Clients Officially You can use the Maven Repos mentioned, or you can make better use of the binder:
repositories {jcenter ()}
< P> 0.17 is actually the latest version. You can use this url to get the latest version in Bintray - You are following the necessary coordinates to use:
compile (Group: 'org.jfrog.artifactory.client', name: 'artistic-java-client-services', version:' 0.17 ', ext:' j Ar ')
No comments:
Post a Comment