Download oauth-signature-1.1.1-ea.jar file - Jar o

Jar examples for o:oauth-signature

Description

You can download jar file oauth-signature 1.1.1-ea in this page.

License

Open Source License

Build File

You can use the following script to add oauth-signature-1.1.1-ea.jar to your project.

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

Download

Click the following link to download the jar file.

oauth-signature-1.1.1-ea-sources.jar
oauth-signature-1.1.1-ea.jar
oauth-signature-1.1.1-ea.pom



Related Tutorials