Jar examples for o:oauth2-client
Implements OAuth2 authentication on top of Open-Server security
You can download jar file oauth2-client 2.27 in this page.
The Apache Software License, Version 2.0
You can use the following script to add oauth2-client-2.27.jar to your project.
<dependency> <groupId>org.glassfish.jersey.security</groupId> <artifactId>oauth2-client</artifactId> <version>2.27</version> </dependency>
compile group: 'org.glassfish.jersey.security', name: 'oauth2-client', version: '2.27'
libraryDependencies += "org.glassfish.jersey.security" % "oauth2-client" % "2.27"
<dependency org="org.glassfish.jersey.security" name="oauth2-client" rev="2.27"/>
@Grapes(@Grab(group='org.glassfish.jersey.security', module='oauth2-client', version='2.27'))
'org.glassfish.jersey.security:oauth2-client:jar:2.27'
Click the following link to download the jar file.
oauth2-client-2.27-javadoc.jar