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