Keyple Service Library


The Keyple Service Library contains the implementation of the core Keyple components and services, such as the smart card service, the card selection manager or the card and reader event manager.

Therefore, it must be used only by application developers.


Java component

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-service-java-lib:3.2.1")
implementation 'org.eclipse.keyple:keyple-service-java-lib:3.2.1'
<dependency>
  <groupId>org.eclipse.keyple</groupId>
  <artifactId>keyple-service-java-lib</artifactId>
  <version>3.2.1</version>
</dependency>
Previous
Next