Download jersey-client-0.1.0.jar file - Jar j

Jar examples for j:jersey-client

Description

Jersey core client implementation

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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

jersey-client-0.1.0-javadoc.jar
jersey-client-0.1.0-sources.jar
jersey-client-0.1.0.jar
jersey-client-0.1.0.pom



Related Tutorials