Download joauth-6.0.2.jar file - Jar j

Jar examples for j:joauth

Description

A Scala library for authenticating HTTP requests using OAuth

You can download jar file joauth 6.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add joauth-6.0.2.jar to your project.

<dependency>
   <groupId>com.twitter</groupId>
   <artifactId>joauth</artifactId>
   <version>6.0.2</version>
</dependency>
compile group: 'com.twitter', name: 'joauth', version: '6.0.2'
libraryDependencies += "com.twitter" % "joauth" % "6.0.2"
<dependency org="com.twitter" name="joauth" rev="6.0.2"/>
@Grapes(@Grab(group='com.twitter', module='joauth', version='6.0.2'))
'com.twitter:joauth:jar:6.0.2'

Download

Click the following link to download the jar file.

joauth-6.0.2-javadoc.jar
joauth-6.0.2-sources.jar
joauth-6.0.2.jar
joauth-6.0.2.pom



Related Tutorials