lock
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.auth0.android</groupId> <artifactId>lock</artifactId> <version>3.2.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.auth0.android</groupId> <artifactId>lock</artifactId> <version>3.2.2</version> <packaging>aar</packaging> <name>Lock.Android</name> <description>The easiest way of securing your Android mobile apps with Auth0 & Lock</description> <url>https://github.com/auth0/Lock.Android</url> <developers> <developer> <id>auth0</id> <name>Auth0</name> <email>oss@auth0.com</email> </developer> <developer> <id>lbalmaceda</id> <name>Luciano Balmaceda</name> <email>luciano.balmaceda@auth0.com</email> </developer> </developers> <dependencies> <dependency> <groupId>com.auth0.android</groupId> <artifactId>auth0</artifactId> <version>2.8.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview</artifactId> <version>1.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.legacy</groupId> <artifactId>legacy-support-v4</artifactId> <version>1.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.4.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.9</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup</groupId> <artifactId>otto</artifactId> <version>1.3.8</version> <scope>runtime</scope> </dependency> </dependencies> <licenses> <license> <name>The MIT License (MIT)</name> <url>https://raw.githubusercontent.com/auth0/Lock.Android/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git@github.com:auth0/Lock.Android.git</connection> <developerConnection>scm:git@github.com:auth0/Lock.Android.git</developerConnection> <url>https://github.com/auth0/Lock.Android</url> </scm> </project>