Keyple Util Java Library

Overview

The Keyple Util Java Library contains utility classes used by all Keyple libraries.

Therefore, it can be used by all developers.

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-util-java-lib:2.3.0'
implementation("org.eclipse.keyple:keyple-util-java-lib:2.3.0")
<dependency>
  <groupId>org.eclipse.keyple</groupId>
  <artifactId>keyple-util-java-lib</artifactId>
  <version>2.3.0</version>
</dependency>
Since this library is used by all Keyple libraries, it is recommended to import it explicitly.
Previous