artifactory-client-java icon indicating copy to clipboard operation
artifactory-client-java copied to clipboard

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

Open jflefebvre06 opened this issue 7 years ago • 3 comments

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 ?

jflefebvre06 avatar Dec 29 '17 14:12 jflefebvre06

same issue @jflefebvre06 did you figure anything out?

gizmochief7 avatar Feb 19 '18 20:02 gizmochief7

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

eyalbe4 avatar Feb 25 '18 10:02 eyalbe4

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>

Pasupathi-Rajamanickam avatar May 06 '18 23:05 Pasupathi-Rajamanickam