Open jflefebvre06 opened 6 years ago
same issue @jflefebvre06 did you figure anything out?
@gizmochief7, Can you share your maven or gradle dependency definition of the artifactory-client-jave? Did you define it as shown in the Getting Started section? You can also use these example projects as a reference.
I had the same issue, adding this repo solved the issue. This could have been added to ReadMe file.
<repositories>
<repository>
<id>central</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
</repositories>
When I try to use artifactory-java-client-services 2.5.1 or 2.5.2 the artifact cannot be downloaded from maven repository. Wich repository must I use to use this artifact ?