| Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation JNA Development Tools Native |
|---|---|
| GroupId | GroupIdio.github.jnasmartcardio |
| ArtifactId | ArtifactIdjnasmartcardio |
| Version | Version0.2.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jnasmartcardio-0.2.5.pom | |
| jnasmartcardio-0.2.5.jar | 44 KB |
| jnasmartcardio-0.2.5-sources.jar | 19 KB |
| jnasmartcardio-0.2.5-javadoc.jar | 92 KB |
| Browse |
<!-- 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"]