Last Version

jnasmartcardio 0.2.7

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

License

License

CC0
Categories

Categories

ASM Application Layer Libs Bytecode Manipulation JNA Development Tools Native
GroupId

GroupId

io.github.jnasmartcardio
ArtifactId

ArtifactId

jnasmartcardio
Version

Version

0.2.7
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/jnasmartcardio/jnasmartcardio
Source Code Management

Source Code Management

https://github.com/jnasmartcardio/jnasmartcardio

Download jnasmartcardio 0.2.7


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

Dependencies

compile (1)

Group / Artifact Type Version
net.java.dev.jna : jna jar 4.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.