Download identity-core-1.18.0.jar file - Jar i

Jar examples for i:identity-core

Description

The easiest way of securing your Android mobile apps with Auth0 & Lock

You can download jar file identity-core 1.18.0 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add identity-core-1.18.0.jar to your project.

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

Download

Click the following link to download the jar file.

identity-core-1.18.0-javadoc.jar
identity-core-1.18.0-sources.jar
identity-core-1.18.0.pom



Related Tutorials