is not current version
Last Version 0.2.7

io.github.jnasmartcardio:jnasmartcardio 0.2.6

A re-implementation of the javax.smartcardio API. It allows you to communicate to a smart card (at the APDU level) from within Java.

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation JNA Development Tools Native
GroupId

GroupId

io.github.jnasmartcardio
ArtifactId

ArtifactId

jnasmartcardio
Version

Version

0.2.6
Type

Type

jar

Download jnasmartcardio 0.2.6


<!-- https://jarcasting.com/artifacts/io.github.jnasmartcardio/jnasmartcardio/ -->
<dependency>
    <groupId>io.github.jnasmartcardio</groupId>
    <artifactId>jnasmartcardio</artifactId>
    <version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jnasmartcardio/jnasmartcardio/
implementation 'io.github.jnasmartcardio:jnasmartcardio:0.2.6'
// https://jarcasting.com/artifacts/io.github.jnasmartcardio/jnasmartcardio/
implementation ("io.github.jnasmartcardio:jnasmartcardio:0.2.6")
'io.github.jnasmartcardio:jnasmartcardio:jar:0.2.6'
<dependency org="io.github.jnasmartcardio" name="jnasmartcardio" rev="0.2.6">
  <artifact name="jnasmartcardio" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jnasmartcardio', module='jnasmartcardio', version='0.2.6')
)
libraryDependencies += "io.github.jnasmartcardio" % "jnasmartcardio" % "0.2.6"
[io.github.jnasmartcardio/jnasmartcardio "0.2.6"]