jfrog / artifactory-client-java

Artifactory REST Client Java API bindings
Apache License 2.0
319 stars 153 forks source link

artifactory-java-client-services 2.5.x artifact missing #169

Open jflefebvre06 opened 6 years ago

jflefebvre06 commented 6 years ago

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 ?

gizmochief7 commented 6 years ago

same issue @jflefebvre06 did you figure anything out?

eyalbe4 commented 6 years ago

@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.

Pasupathi-Rajamanickam commented 6 years ago

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>