не последняя версия
Последняя версия 0.2.7

io.github.jnasmartcardio:jnasmartcardio 0.2.5

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

Категории

Категории

ASM Библиотеки уровня приложения Bytecode Manipulation JNA Инструменты разработки Native
Группа

Группа

io.github.jnasmartcardio
Идентификатор

Идентификатор

jnasmartcardio
Версия

Версия

0.2.5
Тип

Тип

jar

Скачать jnasmartcardio 0.2.5


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