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

Jar examples for o:oauth1-signature

Description

OAuth1 signature module

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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials