Keyple Util Java Library
2.3.0
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.+'
implementation("org.eclipse.keyple:keyple-util-java-lib:2.+")
<dependency>
<groupId>org.eclipse.keyple</groupId>
<artifactId>keyple-util-java-lib</artifactId>
<version>[2.0.0,3.0.0)</version>
</dependency>
Since this library is used by all Keyple libraries, it is recommended to explicitly perform a dynamic import of the library for a given major version.
This ensures compatibility with all the used libraries.