Download oauth2-client-2.27.jar file - Jar o

Jar examples for o:oauth2-client

Description

Implements OAuth2 authentication on top of Open-Server security

You can download jar file oauth2-client 2.27 in this page.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

oauth2-client-2.27-javadoc.jar
oauth2-client-2.27-sources.jar
oauth2-client-2.27.jar
oauth2-client-2.27.pom



Related Tutorials