https://github.com/eclipse-keyple/keyple-plugin-java-api
Eclipse Keyple™ Project - Java implementation: API for plugin developers
https://github.com/eclipse-keyple/keyple-plugin-java-api
Last synced: 10 months ago
JSON representation
Eclipse Keyple™ Project - Java implementation: API for plugin developers
- Host: GitHub
- URL: https://github.com/eclipse-keyple/keyple-plugin-java-api
- Owner: eclipse-keyple
- License: mit
- Created: 2019-10-10T20:17:32.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T15:59:33.000Z (12 months ago)
- Last Synced: 2025-06-23T17:03:22.318Z (12 months ago)
- Language: Java
- Homepage: https://keyple.org/
- Size: 1.44 MB
- Stars: 3
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-java-api)
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-java-api)
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-java-api)
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-java-api)
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-java-api)
[](https://sonarcloud.io/summary/new_code?id=eclipse_keyple-plugin-java-api)
# Keyple Plugin Java API
## Overview
The **Keyple Plugin Java API** is dedicated to the development of specific Keyple plugins. It normalizes the interactions between a Keyple plugin and the main Keyple service.
## 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-java-api](https://docs.keyple.org/keyple-plugin-java-api)
## 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.