ausweisapp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.governikus</groupId> <artifactId>ausweisapp</artifactId> <version>2.3.0</version> </dependency>
<?xml version="1.0"?> <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> <groupId>com.governikus</groupId> <artifactId>ausweisapp</artifactId> <version>2.3.0</version> <packaging>aar</packaging> <name>AusweisApp</name> <description>The AusweisApp is a software, that you can use to identify yourself online with your electronic residence permit or your eID card.</description> <url>https://github.com/Governikus/AusweisApp/</url> <licenses> <license> <name>EUPL-v1.2</name> <url>https://eupl.eu/1.2/en/</url> </license> </licenses> <developers> <developer> <email>support@ausweisapp.de</email> <organization>Governikus</organization> <organizationUrl>https://www.governikus.de/</organizationUrl> <timezone>Europe/Berlin</timezone> </developer> </developers> <scm> <url>https://github.com/Governikus/AusweisApp</url> </scm> </project>