Download oauth2-client-2.26.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.26 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add oauth2-client-2.26.jar to your project.

<dependency>
   <groupId>null</groupId>
   <artifactId>oauth2-client</artifactId>
   <version>2.26</version>
</dependency>
compile group: 'null', name: 'oauth2-client', version: '2.26'
libraryDependencies += "null" % "oauth2-client" % "2.26"
<dependency org="null" name="oauth2-client" rev="2.26"/>
@Grapes(@Grab(group='null', module='oauth2-client', version='2.26'))
'null:oauth2-client:jar:2.26'

Download

Click the following link to download the jar file.

oauth2-client-2.26-b09-javadoc.jar
oauth2-client-2.26-b09-sources.jar
oauth2-client-2.26-b09.jar
oauth2-client-2.26-b09.pom



Related Tutorials