Keyple Distributed Network
Overview
The Keyple Distributed Network Java component is the part of the Keyple Distributed solution which contains the common network elements used by Keyple Distributed Local and Keyple Distributed Remote components.
This library should not be import explicitly because it’s imported by transitivity by the other components.
It is compatible with PC, MAC and Android platforms.
Documentation
Download
All deliverables are available on the Maven Central Repository.
- Using Gradle
implementation 'org.eclipse.keyple:keyple-java-distributed-network:1.0.0'
- Using Maven
<dependency>
<groupId>org.eclipse.keyple</groupId>
<artifactId>keyple-java-distributed-network</artifactId>
<version>1.0.0</version>
</dependency>
- Direct download