auth
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.thealtening.auth</groupId> <artifactId>auth</artifactId> <version>3.0.2-1.16</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.thealtening.auth</groupId> <artifactId>auth</artifactId> <version>3.0.2-1.16</version> <name>TheAlteningAuth4j</name> <description>Java Wrapper for TheAltening Auth API</description> <url>https://github.com/TheAltening/TheAlteningAuth4j</url> <licenses> <license> <name>GNU Lesser General Public License version 3</name> <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url> </license> </licenses> <developers> <developer> <id>Trol1337</id> <name>Karolis Rokas</name> <email>trol1337gaming@gmail.com</email> <organization>org.apache.maven.model.Organization@f52ad896</organization> <organizationUrl>https://thealtening.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/TheAltening/TheAlteningAuth4j.git</connection> <developerConnection>scm:git:ssh://github.com/TheAltening/TheAlteningAuth4j.git</developerConnection> <url>http://github.com/TheAltening/TheAlteningAuth4j/tree/master</url> </scm> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.8.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.mojang</groupId> <artifactId>authlib</artifactId> <version>1.6.25</version> <scope>compile</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> </dependencies> </project>