Download oauth2-common-0.1.jar file - Jar o

Jar examples for o:oauth2-common

Description

OAuth 2.0 library - Common

You can download jar file oauth2-common 0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add oauth2-common-0.1.jar to your project.

<dependency>
   <groupId>net.smartam.leeloo</groupId>
   <artifactId>oauth2-common</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'net.smartam.leeloo', name: 'oauth2-common', version: '0.1'
libraryDependencies += "net.smartam.leeloo" % "oauth2-common" % "0.1"
<dependency org="net.smartam.leeloo" name="oauth2-common" rev="0.1"/>
@Grapes(@Grab(group='net.smartam.leeloo', module='oauth2-common', version='0.1'))
'net.smartam.leeloo:oauth2-common:jar:0.1'

Download

Click the following link to download the jar file.

oauth2-common-0.1-javadoc.jar
oauth2-common-0.1-sources.jar
oauth2-common-0.1.jar
oauth2-common-0.1.pom



Related Tutorials