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

Jar examples for o:oauth1-signature

Description

OAuth1 signature module

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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials