Download oauth-2.0.1.jar file - Jar o

Jar examples for o:oauth

Description

OAuth authentication support for Orbital Enterprises projects

You can download jar file oauth 2.0.1 in this page.

License

Apache License, Version 2.0

Build File

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

<dependency>
   <groupId>com.amysta.jclouds.api</groupId>
   <artifactId>oauth</artifactId>
   <version>2.0.1</version>
</dependency>
compile group: 'com.amysta.jclouds.api', name: 'oauth', version: '2.0.1'
libraryDependencies += "com.amysta.jclouds.api" % "oauth" % "2.0.1"
<dependency org="com.amysta.jclouds.api" name="oauth" rev="2.0.1"/>
@Grapes(@Grab(group='com.amysta.jclouds.api', module='oauth', version='2.0.1'))
'com.amysta.jclouds.api:oauth:jar:2.0.1'

Download

Click the following link to download the jar file.

oauth-2.0.1-javadoc.jar
oauth-2.0.1-sources.jar
oauth-2.0.1-tests.jar
oauth-2.0.1.jar
oauth-2.0.1.pom



Related Tutorials