appauth
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.openid</groupId> <artifactId>appauth</artifactId> <version>0.11.1</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>net.openid</groupId> <artifactId>appauth</artifactId> <version>0.11.1</version> <packaging>aar</packaging> <name>AppAuth for Android</name> <description>OAuth2 / OpenID Connect client for Android apps</description> <url>https://github.com/openid/AppAuth-Android/</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>iainmcgin</id> <name>Iain McGinniss</name> <url>https://github.com/iainmcgin</url> </developer> </developers> <scm> <connection>scm:git:git://github.com:openid/AppAuth-Android.git</connection> <developerConnection>scm:git:ssh://github.com:openid/AppAuth-Android.git</developerConnection> <url>https://github.com/openid/AppAuth-Android/</url> </scm> <dependencies> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.2.0</version> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.3.0</version> </dependency> <dependency> <groupId>androidx.browser</groupId> <artifactId>browser</artifactId> <version>1.3.0</version> </dependency> </dependencies> </project>