Download oauth1-client-2.6.jar file - Jar o

Jar examples for o:oauth1-client

Description

Module that adds an OAuth 1 support to Jersey client.

You can download jar file oauth1-client 2.6 in this page.

License

Open Source License

Build File

You can use the following script to add oauth1-client-2.6.jar to your project.

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

Download

Click the following link to download the jar file.

oauth1-client-2.6-javadoc.jar
oauth1-client-2.6-sources.jar
oauth1-client-2.6.jar
oauth1-client-2.6.pom



Related Tutorials