Jar examples for o:oauth1-client
Module that adds an OAuth 1 support to Jersey client.
You can download jar file oauth1-client 2.7 in this page.
Open Source License
You can use the following script to add oauth1-client-2.7.jar to your project.
<dependency> <groupId>org.glassfish.jersey.security</groupId> <artifactId>oauth1-client</artifactId> <version>2.7</version> </dependency>
compile group: 'org.glassfish.jersey.security', name: 'oauth1-client', version: '2.7'
libraryDependencies += "org.glassfish.jersey.security" % "oauth1-client" % "2.7"
<dependency org="org.glassfish.jersey.security" name="oauth1-client" rev="2.7"/>
@Grapes(@Grab(group='org.glassfish.jersey.security', module='oauth1-client', version='2.7'))
'org.glassfish.jersey.security:oauth1-client:jar:2.7'
Click the following link to download the jar file.
oauth1-client-2.7-javadoc.jar