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