Version 1.0 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.
Overview
The Keyple Plugin NFC Java component is a Keyple plugin for Android devices having NFC capabilities.
It is compatible with Android 4.4 minimum.
Documentation
Download
All deliverables are available on the Maven Central Repository.
- Using Gradle
implementation 'org.eclipse.keyple:keyple-android-plugin-nfc:1.0.0'
- Using Maven
<dependency>
<groupId>org.eclipse.keyple</groupId>
<artifactId>keyple-android-plugin-nfc</artifactId>
<version>1.0.0</version>
</dependency>
- Direct download