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

Jar examples for o:oauth1-signature

Description

OAuth1 signature module

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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials