Download oauth-provider-20090531.jar file - Jar o

Jar examples for o:oauth-provider

Description

You can download jar file oauth-provider 20090531 in this page.

Build File

You can use the following script to add oauth-provider-20090531.jar to your project.

<dependency>
   <groupId>net.oauth.core</groupId>
   <artifactId>oauth-provider</artifactId>
   <version>20090531</version>
</dependency>
compile group: 'net.oauth.core', name: 'oauth-provider', version: '20090531'
libraryDependencies += "net.oauth.core" % "oauth-provider" % "20090531"
<dependency org="net.oauth.core" name="oauth-provider" rev="20090531"/>
@Grapes(@Grab(group='net.oauth.core', module='oauth-provider', version='20090531'))
'net.oauth.core:oauth-provider:jar:20090531'

Download

Click the following link to download the jar file.

oauth-provider-20090531-javadoc.jar
oauth-provider-20090531-sources.jar
oauth-provider-20090531.jar
oauth-provider-20090531.pom



Related Tutorials