Jar examples for j:jnasmartcardio
A re-implementation of the javax.smartcardio API. It allows you to communicate to a smart card (at the APDU level) from within Java.
You can download jar file jnasmartcardio 0.2.7 in this page.
CC0
You can use the following script to add jnasmartcardio-0.2.7.jar to your project.
<dependency> <groupId>io.github.jnasmartcardio</groupId> <artifactId>jnasmartcardio</artifactId> <version>0.2.7</version> </dependency>
compile group: 'io.github.jnasmartcardio', name: 'jnasmartcardio', version: '0.2.7'
libraryDependencies += "io.github.jnasmartcardio" % "jnasmartcardio" % "0.2.7"
<dependency org="io.github.jnasmartcardio" name="jnasmartcardio" rev="0.2.7"/>
@Grapes(@Grab(group='io.github.jnasmartcardio', module='jnasmartcardio', version='0.2.7'))
'io.github.jnasmartcardio:jnasmartcardio:jar:0.2.7'
Click the following link to download the jar file.
jnasmartcardio-0.2.7-javadoc.jar