Download jersey-hmac-auth-client-0.13.jar file - Jar j

Jar examples for j:jersey-hmac-auth-client

Description

Client side HMAC authentication library

You can download jar file jersey-hmac-auth-client 0.13 in this page.

Build File

You can use the following script to add jersey-hmac-auth-client-0.13.jar to your project.

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

Download

Click the following link to download the jar file.

jersey-hmac-auth-client-0.13-javadoc.jar
jersey-hmac-auth-client-0.13-sources.jar
jersey-hmac-auth-client-0.13.jar
jersey-hmac-auth-client-0.13.pom



Related Tutorials