Version 1.0 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.
Overview
The Keyple Plugin PC/SC Java component is a Keyple plugin for PC/SC smart card readers.
It is compatible with PC/SC Reader (Windows PC/SC WinScard API, Unix PC/SC lite API) equipment.
Documentation
Download
All deliverables are available on the Maven Central Repository.
- Using Gradle
implementation 'org.eclipse.keyple:keyple-java-plugin-pcsc:1.0.0'
- Using Maven
<dependency>
<groupId>org.eclipse.keyple</groupId>
<artifactId>keyple-java-plugin-pcsc</artifactId>
<version>1.0.0</version>
</dependency>
- Direct download