Keyple Util Library


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

Therefore, it can be used by all developers.

Since this library is used by all Keyple libraries, it is recommended to import it explicitly.

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-util-java-lib:2.4.0")
implementation 'org.eclipse.keyple:keyple-util-java-lib:2.4.0'
<dependency>
  <groupId>org.eclipse.keyple</groupId>
  <artifactId>keyple-util-java-lib</artifactId>
  <version>2.4.0</version>
</dependency>
Previous