Download oauth2-client-2.25.1.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.25.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

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



Related Tutorials