Download auth0-0.4.0.jar file - Jar a

Jar examples for a:auth0

Description

Android Java client library for the Auth0 platform

You can download jar file auth0 0.4.0 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add auth0-0.4.0.jar to your project.

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

Download

Click the following link to download the jar file.

auth0-0.4.0-javadoc.jar
auth0-0.4.0-sources.jar
auth0-0.4.0.jar
auth0-0.4.0.pom



Related Tutorials