Keyple Plugin Storage Card API


The Keyple Plugin Storage Card API defines the internal API dedicated to standardize communication between Keyple plugins and APDU interpreters for storage card processing.

Therefore, it must be used only by developers of custom reader plugins and storage card APDU interpreters.

The third version number (x.y.z) only concerns updates of the public API documentation because this component does not contain any implementation.

Java component

1.0.0-SNAPSHOT

Documentation

Download

All deliverables are available directly from the Maven Central Repository or by using one of the project resource managers below:

implementation("org.eclipse.keyple:keyple-plugin-storagecard-java-api:1.0.0-SNAPSHOT")
implementation 'org.eclipse.keyple:keyple-plugin-storagecard-java-api:1.0.0-SNAPSHOT'
<dependency>
  <groupId>org.eclipse.keyple</groupId>
  <artifactId>keyple-plugin-storagecard-java-api</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>
Previous
Next