Download oauth1-signature-2.7.jar file - Jar o

Jar examples for o:oauth1-signature

Description

OAuth1 signature module

You can download jar file oauth1-signature 2.7 in this page.

License

Open Source License

Build File

You can use the following script to add oauth1-signature-2.7.jar to your project.

<dependency>
   <groupId>org.glassfish.jersey.security</groupId>
   <artifactId>oauth1-signature</artifactId>
   <version>2.7</version>
</dependency>
compile group: 'org.glassfish.jersey.security', name: 'oauth1-signature', version: '2.7'
libraryDependencies += "org.glassfish.jersey.security" % "oauth1-signature" % "2.7"
<dependency org="org.glassfish.jersey.security" name="oauth1-signature" rev="2.7"/>
@Grapes(@Grab(group='org.glassfish.jersey.security', module='oauth1-signature', version='2.7'))
'org.glassfish.jersey.security:oauth1-signature:jar:2.7'

Download

Click the following link to download the jar file.

oauth1-signature-2.7-javadoc.jar
oauth1-signature-2.7-sources.jar
oauth1-signature-2.7.jar
oauth1-signature-2.7.pom



Related Tutorials