Jar examples for o:oauth1-client
Module that adds an OAuth 1 support to Jersey client.
You can download jar file oauth1-client 2.6 in this page.
Open Source License
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'
Click the following link to download the jar file.
oauth1-client-2.6-javadoc.jar