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