Download jersey-hmac-auth-common-0.15.jar file - Jar j

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

Description

Common code for the Client and Server modules

You can download jar file jersey-hmac-auth-common 0.15 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

jersey-hmac-auth-common-0.15-javadoc.jar
jersey-hmac-auth-common-0.15-sources.jar
jersey-hmac-auth-common-0.15.jar
jersey-hmac-auth-common-0.15.pom



Related Tutorials