Download oauth1-client-2.22.2.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.22.2 in this page.

License

Open Source License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials