auth0
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.auth0.android</groupId> <artifactId>auth0</artifactId> <version>3.5.0</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 https://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>auth0</artifactId> <version>3.5.0</version> <packaging>aar</packaging> <name>Auth0.Android</name> <description>Android toolkit for Auth0 API</description> <url>https://github.com/auth0/Auth0.Android</url> <licenses> <license> <name>The MIT License (MIT)</name> <url>https://raw.githubusercontent.com/auth0/Auth0.Android/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>auth0</id> <name>Auth0</name> <email>oss@auth0.com</email> </developer> </developers> <scm> <connection>scm:git@github.com:auth0/Auth0.Android.git</connection> <developerConnection>scm:git@github.com:auth0/Auth0.Android.git</developerConnection> <url>https://github.com/auth0/Auth0.Android</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.22</version> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>androidx.browser</groupId> <artifactId>browser</artifactId> <version>1.4.0</version> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core</artifactId> <version>1.6.2</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.12.0</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.12.0</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.9</version> </dependency> <dependency> <groupId>com.google.androidbrowserhelper</groupId> <artifactId>androidbrowserhelper</artifactId> <version>2.4.0</version> </dependency> <dependency> <groupId>androidx.biometric</groupId> <artifactId>biometric</artifactId> <version>1.1.0</version> </dependency> <dependency> <groupId>androidx.credentials</groupId> <artifactId>credentials-play-services-auth</artifactId> <version>1.3.0</version> </dependency> <dependency> <groupId>androidx.credentials</groupId> <artifactId>credentials</artifactId> <version>1.3.0</version> </dependency> </dependencies> </project>