Download juneau-client-6.0.1-incubating.jar file - Jar j

Jar examples for j:juneau-client

Description

REST client API

You can download jar file juneau-client 6.0.1-incubating in this page.

License

Apache License

Build File

You can use the following script to add juneau-client-6.0.1-incubating.jar to your project.

<dependency>
   <groupId>org.apache.juneau</groupId>
   <artifactId>juneau-client</artifactId>
   <version>6.0.1-incubating</version>
</dependency>
compile group: 'org.apache.juneau', name: 'juneau-client', version: '6.0.1-incubating'
libraryDependencies += "org.apache.juneau" % "juneau-client" % "6.0.1-incubating"
<dependency org="org.apache.juneau" name="juneau-client" rev="6.0.1-incubating"/>
@Grapes(@Grab(group='org.apache.juneau', module='juneau-client', version='6.0.1-incubating'))
'org.apache.juneau:juneau-client:jar:6.0.1-incubating'

Download

Click the following link to download the jar file.

juneau-client-6.0.1-incubating-sources.jar
juneau-client-6.0.1-incubating.jar
juneau-client-6.0.1-incubating.pom



Related Tutorials