Download appauth-0.7.0.jar file - Jar a

Jar examples for a:appauth

Description

OAuth2 / OpenID Connect client for Android apps

You can download jar file appauth 0.7.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add appauth-0.7.0.jar to your project.

<dependency>
   <groupId>net.openid</groupId>
   <artifactId>appauth</artifactId>
   <version>0.7.0</version>
</dependency>
compile group: 'net.openid', name: 'appauth', version: '0.7.0'
libraryDependencies += "net.openid" % "appauth" % "0.7.0"
<dependency org="net.openid" name="appauth" rev="0.7.0"/>
@Grapes(@Grab(group='net.openid', module='appauth', version='0.7.0'))
'net.openid:appauth:jar:0.7.0'

Download

Click the following link to download the jar file.

appauth-0.7.0-javadoc.jar
appauth-0.7.0-sources.jar
appauth-0.7.0.pom



Related Tutorials