Card API (internal)

As part of the Reader Layer, the Card API defines the internal elements shared by the reader layer to implement specific card layers (like the Calypso Card layer).


Java implementation

All deliverables are available directly from the Maven Central Repository or by using one of the project resource managers below:

implementation("org.eclipse.keypop:keypop-card-java-api:2.0.1")
implementation 'org.eclipse.keypop:keypop-card-java-api:2.0.1'
<dependency>
    <groupId>org.eclipse.keypop</groupId>
    <artifactId>keypop-card-java-api</artifactId>
    <version>2.0.1</version>
</dependency>

C++ implementation

Previous