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