Download jersey-client-1.10-b04.jar file - Jar j

Jar examples for j:jersey-client

Description

Jersey core client implementation

You can download jar file jersey-client 1.10-b04 in this page.

License

Open Source License

Build File

You can use the following script to add jersey-client-1.10-b04.jar to your project.

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

Download

Click the following link to download the jar file.

jersey-client-1.10-b04-javadoc.jar
jersey-client-1.10-b04-sources.jar
jersey-client-1.10-b04.jar
jersey-client-1.10-b04.pom



Related Tutorials