Download jersey-client-0.9-ea.jar file - Jar j

Jar examples for j:jersey-client

Description

Jersey core client implementation

You can download jar file jersey-client 0.9-ea in this page.

License

Open Source License

Build File

You can use the following script to add jersey-client-0.9-ea.jar to your project.

<dependency>
   <groupId>com.sun.jersey</groupId>
   <artifactId>jersey-client</artifactId>
   <version>0.9-ea</version>
</dependency>
compile group: 'com.sun.jersey', name: 'jersey-client', version: '0.9-ea'
libraryDependencies += "com.sun.jersey" % "jersey-client" % "0.9-ea"
<dependency org="com.sun.jersey" name="jersey-client" rev="0.9-ea"/>
@Grapes(@Grab(group='com.sun.jersey', module='jersey-client', version='0.9-ea'))
'com.sun.jersey:jersey-client:jar:0.9-ea'

Download

Click the following link to download the jar file.

jersey-client-0.9-ea.jar
jersey-client-0.9-ea-javadoc.jar
jersey-client-0.9-ea.pom
jersey-client-0.9-ea-sources.jar



Related Tutorials