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