Keyple Distributed Local Java API

Overview

The Keyple Distributed Local Java API defines the internal API dedicated to the development of local services components of the Keyple distributed solution.

Therefore, it must be used only by developers of custom local services.

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-api:2.0.0'
implementation("org.eclipse.keyple:keyple-distributed-local-java-api:2.0.0")
<dependency>
  <groupId>org.eclipse.keyple</groupId>
  <artifactId>keyple-distributed-local-java-api</artifactId>
  <version>2.0.0</version>
</dependency>
The third version number (x.y.z) only concerns updates of the javadoc because this component does not contain any implementation, but only an API.
Previous
Next