guardian
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.auth0</groupId>
<artifactId>guardian</artifactId>
<version>0.3.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>com.auth0</groupId>
<artifactId>guardian</artifactId>
<version>0.3.1</version>
<packaging>jar</packaging>
<name>guardian</name>
<description>Java library for Auth0's Guardian platform.</description>
<url>https://github.com/auth0/Guardian.java</url>
<developers>
<developer>
<id>auth0</id>
<name>Auth0</name>
<email>oss@auth0.com</email>
</developer>
<developer>
<id>nikolaseu</id>
<name>Nicolas Ulrich</name>
<email>nicolas.ulrich@auth0.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.14.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://raw.githubusercontent.com/auth0/Guardian.java/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git@github.com:auth0/Guardian.java.git</connection>
<developerConnection>scm:git@github.com:auth0/Guardian.java.git</developerConnection>
<url>https://github.com/auth0/Guardian.java</url>
</scm>
</project>