GroupId | GroupIdcom.github.martinpaljak |
---|---|
ArtifactId | ArtifactIdapdu4j |
Version | Version21.04.01 |
Type | Typepom |
Filename | Size |
---|---|
apdu4j-21.04.01.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinpaljak/apdu4j/ -->
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>apdu4j</artifactId>
<version>21.04.01</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinpaljak/apdu4j/
implementation 'com.github.martinpaljak:apdu4j:21.04.01'
// https://jarcasting.com/artifacts/com.github.martinpaljak/apdu4j/
implementation ("com.github.martinpaljak:apdu4j:21.04.01")
'com.github.martinpaljak:apdu4j:pom:21.04.01'
<dependency org="com.github.martinpaljak" name="apdu4j" rev="21.04.01">
<artifact name="apdu4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.martinpaljak', module='apdu4j', version='21.04.01')
)
libraryDependencies += "com.github.martinpaljak" % "apdu4j" % "21.04.01"
[com.github.martinpaljak/apdu4j "21.04.01"]