Keyple Plugin OMAPI
Overview
The Keyple Plugin OMAPI Java component is a Keyple plugin for Android devices using OMAPI technology.
It is compatible with Android 4.4 minimum.
OMAPI (Open Mobile Application Programming Interface) is the mechanism which enables an authorized mobile app to communicate with applets within a SE in a device. This allows the app to benefit from enhanced SE-based security services.
Documentation
Download
All deliverables are available on the Maven Central Repository.
- Using Gradle
implementation 'org.eclipse.keyple:keyple-android-plugin-omapi:1.0.0'
- Using Maven
<dependency>
<groupId>org.eclipse.keyple</groupId>
<artifactId>keyple-android-plugin-omapi</artifactId>
<version>1.0.0</version>
</dependency>
- Direct download