Keyple Distributed Network Java Library

Overview

The Keyple Distributed Network Java Library is the part of the Keyple Distributed solution which contains the common network elements used by Local and Remote components.

Therefore, it should be used only by developers of distributed applications.

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

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