Download jersey-client-1.8-ea02.jar file - Jar j

Jar examples for j:jersey-client

Description

Jersey core client implementation

You can download jar file jersey-client 1.8-ea02 in this page.

License

Open Source License

Build File

You can use the following script to add jersey-client-1.8-ea02.jar to your project.

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

Download

Click the following link to download the jar file.

jersey-client-1.8-ea02.jar
jersey-client-1.8-ea02-javadoc.jar
jersey-client-1.8-ea02.pom
jersey-client-1.8-ea02-sources.jar



Related Tutorials