yubikit
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.yubico.yubikit</groupId>
<artifactId>yubikit</artifactId>
<version>1.0.0</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.yubico.yubikit</groupId>
<artifactId>yubikit</artifactId>
<version>1.0.0</version>
<packaging>aar</packaging>
<name>YubiKit</name>
<description>This YubiKit is the core library and provides functionality to detect a YubiKey plugged in or tapped over NFC and to open an ISO/IEC 7816 connection that allows sending raw APDU commands to the key.</description>
<url>https://github.com/Yubico/yubikit-android</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<id>dainnilsson</id>
<name>Dain Nilsson</name>
<email>dain@yubico.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/Yubico/yubikit-android.git</connection>
<developerConnection>https://github.com/Yubico/yubikit-android.git</developerConnection>
<url>https://github.com/Yubico/yubikit-android</url>
</scm>
<dependencies/>
</project>