Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

there is no dependency in maven central #228

Closed
taojintianxia opened this issue Oct 30, 2018 · 8 comments
Closed

there is no dependency in maven central #228

taojintianxia opened this issue Oct 30, 2018 · 8 comments

Comments

@taojintianxia
Copy link

I put the following maven dependency in my pom file , however , there is no corresponding dependency in maven central : https://repo.maven.apache.org/maven2/org/jfrog/artifactory/client/artifactory-java-client-services/

<dependency>
    <groupId>org.jfrog.artifactory.client</groupId>
    <artifactId>artifactory-java-client-services</artifactId>
    <version>2.6.2</version>
</dependency>
@LeiYangGH
Copy link

i can download it.

@eyalbe4
Copy link
Contributor

eyalbe4 commented Nov 21, 2019

@taojintianxia,
The artifactory-cliebt-java library is distributed through jcenter -
https://jcenter.bintray.com/org/jfrog/artifactory/client/

@vdotjansen
Copy link

Issue can be closed as 2.9.2 is released on maven central. 2.10.0 is missing though.

@yahavi
Copy link
Member

yahavi commented Jan 20, 2022

@vdotjansen
Thanks for reporting this issue.
We published at this moment 2.10.0 to Maven Central. The version is expected to be indexed in Maven Central in a few hours.

@yahavi yahavi closed this as completed Jan 20, 2022
@hannesa2
Copy link

Sorry, my build.gradle only find it when I use jcenter().
With mavenCentral() alone, it doesn't find it

@yahavi
Copy link
Member

yahavi commented Dec 16, 2022

@hannesa2 what is your Artifactory Java client version? Above 2.10.0 it should be in maven central

@hannesa2
Copy link

Ahh, sorry I forgot to mention, it's
implementation 'org.jfrog.artifactory.client:artifactory-java-client-services:2.13.0'
#362

@yahavi
Copy link
Member

yahavi commented Dec 18, 2022

Hi @hannesa2,
The Java client 2.13.0 is in Maven Central, see https://mvnrepository.com/artifact/org.jfrog.artifactory.client/artifactory-java-client-services/2.13.0.

#362 looks like a different issue. I suggest we'll continue the conversation there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants