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

Jar examples for j:jersey-client

Description

Jersey core client implementation

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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials