auth-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>auth-api</artifactId>
<version>5.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.alpharogroup</groupId>
<artifactId>mvn-java-api-parent</artifactId>
<version>1.1</version>
<relativePath></relativePath>
</parent>
<artifactId>auth-api</artifactId>
<version>5.3</version>
<name>${project.artifactId}</name>
<url>https://github.com/astrapi69/${project.artifactId}</url>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git:@github.com:astrapi69/${project.artifactId}.git</connection>
<developerConnection>scm:git:git@github.com:astrapi69/${project.artifactId}.git</developerConnection>
<url>git:@github.com:astrapi69/${project.artifactId}.git</url>
</scm>
<issueManagement>
<system>github</system>
<url>https://github.com/astrapi69/${project.artifactId}/issues</url>
</issueManagement>
<ciManagement>
<system>travis-ci</system>
<url>https://travis-ci.org/astrapi69/${project.artifactId}</url>
</ciManagement>
</project>