GroupId | GroupIdcom.github.martinpaljak |
---|---|
ArtifactId | ArtifactIdapdu4j |
Version | Version18.10.04 |
Type | Typejar |
Filename | Size |
---|---|
apdu4j-18.10.04.pom | |
apdu4j-18.10.04.jar | 80 KB |
apdu4j-18.10.04-sources.jar | 45 KB |
apdu4j-18.10.04-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinpaljak/apdu4j/ -->
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>apdu4j</artifactId>
<version>18.10.04</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinpaljak/apdu4j/
implementation 'com.github.martinpaljak:apdu4j:18.10.04'
// https://jarcasting.com/artifacts/com.github.martinpaljak/apdu4j/
implementation ("com.github.martinpaljak:apdu4j:18.10.04")
'com.github.martinpaljak:apdu4j:jar:18.10.04'
<dependency org="com.github.martinpaljak" name="apdu4j" rev="18.10.04">
<artifact name="apdu4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinpaljak', module='apdu4j', version='18.10.04')
)
libraryDependencies += "com.github.martinpaljak" % "apdu4j" % "18.10.04"
[com.github.martinpaljak/apdu4j "18.10.04"]