https://github.com/eclipse-keyple/keyple-plugin-cardresource-java-lib
Eclipse Keyple™ Project: Card Resource plugin lib for end users
https://github.com/eclipse-keyple/keyple-plugin-cardresource-java-lib
Last synced: 2 months ago
JSON representation
Eclipse Keyple™ Project: Card Resource plugin lib for end users
- Host: GitHub
- URL: https://github.com/eclipse-keyple/keyple-plugin-cardresource-java-lib
- Owner: eclipse-keyple
- License: epl-2.0
- Created: 2023-04-05T17:25:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-20T09:56:13.000Z (4 months ago)
- Last Synced: 2026-02-20T13:46:12.474Z (4 months ago)
- Language: Java
- Homepage: https://keyple.org/
- Size: 675 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Notice: NOTICE.md
Awesome Lists containing this project
README
[](https://sonarcloud.io/summary/new_code?id=eclipse-keyple_keyple-plugin-cardresource-java-lib)
[](https://sonarcloud.io/summary/new_code?id=eclipse-keyple_keyple-plugin-cardresource-java-lib)
[](https://sonarcloud.io/summary/new_code?id=eclipse-keyple_keyple-plugin-cardresource-java-lib)
[](https://sonarcloud.io/summary/new_code?id=eclipse-keyple_keyple-plugin-cardresource-java-lib)
[](https://sonarcloud.io/summary/new_code?id=eclipse-keyple_keyple-plugin-cardresource-java-lib)
[](https://sonarcloud.io/summary/new_code?id=eclipse-keyple_keyple-plugin-cardresource-java-lib)
# Keyple Plugin Card Resource Java Library
## Overview
The **Keyple Card Resource Plugin** is a Keyple add-on that exposes the **Keyple Card Resource Service** as a pool
plugin.
This pool plugin facilitates the allocation of card readers to multiple applications and provides a centralized
management of reader resources, ensuring optimal usage and performance of the available readers.
With the **Keyple Card Resource Plugin**, applications can easily interact with card readers in a flexible and efficient
way, without the need for complex resource allocation logic.
## Documentation & Contribution Guide
The full documentation, including the **user guide**, **download information** and **contribution guide**, is available
on the Keyple website [keyple.org](https://keyple.org).
## API documentation
API documentation & class diagram is available online:
[docs.keyple.org/keyple-plugin-cardresource-java-lib](https://docs.keyple.org/keyple-plugin-cardresource-java-lib)
## Examples
Examples of implementation are available in the following repository:
[github.com/eclipse-keyple/keyple-java-example](https://github.com/eclipse-keyple/keyple-java-example)
## About the source code
The code is built with **Gradle** and is compliant with **Java 1.8** in order to address a wide range of applications.
## Continuous Integration
This project uses **GitHub Actions** for continuous integration. Every push and pull request triggers automated builds
and checks to ensure code quality and maintain compatibility with the defined specifications.