Skip to content

ph4r05/javacard-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaCard tools

Minor utilities to help with JavaCard development.

Include

Maven

<dependency>
  <groupId>com.klinec</groupId>
  <artifactId>javacard-tools</artifactId>
  <version>0.0.4</version>
</dependency>

Gradle

compile 'com.klinec:javacard-tools:0.0.4'

Repository

New version requires apdu4j which is not currently published on maven central.

You can add additional repositories to the gradle:

repositories {
    maven { url "https://javacard.pro/maven" }
    maven { url "https://deadcode.me/mvn" }
}

Or provide the required libraries as a static JARs.

About

JavaCard tools for the JC development

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages