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