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

documentation

Open anbestephen opened this issue 10 years ago • 8 comments

where is the documentation ???

anbestephen avatar Dec 24 '15 17:12 anbestephen

Hi @anbestephen, We are currently working on documentation and examples for the client. Till it is ready, you can use the tests in the source as usage samples. We are here of course to support you with any question you may have.

eyalbe4 avatar Dec 24 '15 18:12 eyalbe4

thanks @eyalbe4 !!

anbestephen avatar Dec 24 '15 19:12 anbestephen

Hi @eyalbe4 , i find good examples in the test cases. Is there any utility class to parse the RepoPath object's ItemPath retrieved from ArtifactoryClient search to {groupId, artifactId , version} , to a format which can be added to maven or gradle projects dependency?

anbestephen avatar Dec 24 '15 21:12 anbestephen

Hi (: I'm trying to use this API but I can't get it to work. Would anyone help be kind to walk me through it?

PastelBelem8 avatar Jul 16 '16 13:07 PastelBelem8

@PastelBelem8 have you tried adding compile 'org.jfrog.artifactory.client:artifactory-java-client-api:1.2.2' to your project dependencies?

anbestephen avatar Jul 19 '16 18:07 anbestephen

@anbestephen I'm using maven and I tried adding the dependency as explained in https://bintray.com/jfrog/artifactory-tools/artifactory-client-java/2.0.0

PastelBelem8 avatar Jul 20 '16 22:07 PastelBelem8

@PastelBelem8 can you give more detail on the issue you are encountering?

anbestephen avatar Jul 20 '16 23:07 anbestephen

@PastelBelem8, Please follow the documentation in the project README. You should add the following dependency in your Maven project:

<dependency>
    <groupId>org.jfrog.artifactory.client</groupId>
    <artifactId>artifactory-java-client-services</artifactId>
    <version>LATEST</version>
</dependency>

romangurevitch avatar Jul 21 '16 07:07 romangurevitch