-
-
Notifications
You must be signed in to change notification settings - Fork 212
Building
Martin Paljak edited this page Sep 28, 2024
·
14 revisions
Building GlobalPlatformPro from the source is simple and straightforward. JDK 11 LTS (or newer) is required.
git clone https://github.com/martinpaljak/GlobalPlatformPro
cd GlobalPlatformPro
./mvnw verify
# use ./tool/target/gp.jar
Note
Maven Central publishing is discontinued.
Releases are published to https://mvn.javacard.pro/maven/
. To use it, add the repository to your pom.xml
:
<repositories>
<repository>
<id>javacard-pro</id>
<url>https://mvn.javacard.pro/maven/</url>
</repository>
</repositories>
Then add the dependency (check the version from release area):
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>globalplatformpro</artifactId>
<version>20.01.23</version>
</dependency>
javacard.pro - custom JavaCard applet development services · Editing locked due to malicious SPAM, sorry :(
Basic usage
- Getting Started
- Support GlobalPlatformPro development
- Glossary
- Environment variables
- Keys
- Secure Channel Establishment
- Application management
- Frequently Asked Questions
- Support & Questions
Advanced topics
- Lifecycle management
- Supplementary security domains
- DAP Verification
- Delegated management & receipts
- PACE
Development
JavaCard ecosystem