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

Jar examples for o:oauth1-signature

Description

OAuth1 signature module

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

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials