Keyple Distributed Remote API


The Keyple Distributed Remote API defines the internal API dedicated to the development of remote plugins components of the Keyple distributed solution.

Therefore, it must be used only by developers of custom remote plugins.

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

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-remote-java-api:3.0.1")
implementation 'org.eclipse.keyple:keyple-distributed-remote-java-api:3.0.1'
<dependency>
  <groupId>org.eclipse.keyple</groupId>
  <artifactId>keyple-distributed-remote-java-api</artifactId>
  <version>3.0.1</version>
</dependency>
Previous
Next