Download oauth-1.6.1-incubating.jar file - Jar o

Jar examples for o:oauth

Description

OAuth authentication support for Orbital Enterprises projects

You can download jar file oauth 1.6.1-incubating in this page.

License

Apache License, Version 2.0

Build File

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

<dependency>
   <groupId>org.apache.jclouds.labs</groupId>
   <artifactId>oauth</artifactId>
   <version>1.6.1-incubating</version>
</dependency>
compile group: 'org.apache.jclouds.labs', name: 'oauth', version: '1.6.1-incubating'
libraryDependencies += "org.apache.jclouds.labs" % "oauth" % "1.6.1-incubating"
<dependency org="org.apache.jclouds.labs" name="oauth" rev="1.6.1-incubating"/>
@Grapes(@Grab(group='org.apache.jclouds.labs', module='oauth', version='1.6.1-incubating'))
'org.apache.jclouds.labs:oauth:jar:1.6.1-incubating'

Download

Click the following link to download the jar file.

oauth-1.6.1-incubating-javadoc.jar
oauth-1.6.1-incubating-sources.jar
oauth-1.6.1-incubating-tests.jar
oauth-1.6.1-incubating.jar
oauth-1.6.1-incubating.pom



Related Tutorials