Keyple Distributed Local Library


The Keyple Distributed Local Library is the part of the Keyple Distributed solution which contains all the local services.

Therefore, it should be used only by developers of applications installed on the terminal having local access to the smart card reader but wishes to delegate all or part of the ticketing processing to a remote application.

It is compatible with Windows, Linux, macOS and Android platforms.


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