| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииASM Библиотеки уровня приложения Bytecode Manipulation JNA Инструменты разработки Native |
| Группа | Группаcom.github.martinpaljak |
| Идентификатор | Идентификаторapdu4j-jnasmartcardio |
| Версия | Версия0.2.7+191107 |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.github.martinpaljak/apdu4j-jnasmartcardio/ -->
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>apdu4j-jnasmartcardio</artifactId>
<version>0.2.7+191107</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinpaljak/apdu4j-jnasmartcardio/
implementation 'com.github.martinpaljak:apdu4j-jnasmartcardio:0.2.7+191107'
// https://jarcasting.com/artifacts/com.github.martinpaljak/apdu4j-jnasmartcardio/
implementation ("com.github.martinpaljak:apdu4j-jnasmartcardio:0.2.7+191107")
'com.github.martinpaljak:apdu4j-jnasmartcardio:jar:0.2.7+191107'
<dependency org="com.github.martinpaljak" name="apdu4j-jnasmartcardio" rev="0.2.7+191107">
<artifact name="apdu4j-jnasmartcardio" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinpaljak', module='apdu4j-jnasmartcardio', version='0.2.7+191107')
)
libraryDependencies += "com.github.martinpaljak" % "apdu4j-jnasmartcardio" % "0.2.7+191107"
[com.github.martinpaljak/apdu4j-jnasmartcardio "0.2.7+191107"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.java.dev.jna : jna | jar | 5.5.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |