is not current version
Last Version 19.06.19

com.github.martinpaljak:javacard 19.05.08

Parent project for JavaCard projects

GroupId

GroupId

com.github.martinpaljak
ArtifactId

ArtifactId

javacard
Version

Version

19.05.08
Type

Type

pom

Download javacard 19.05.08

Filename Size
javacard-19.05.08.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.martinpaljak/javacard/ -->
<dependency>
    <groupId>com.github.martinpaljak</groupId>
    <artifactId>javacard</artifactId>
    <version>19.05.08</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinpaljak/javacard/
implementation 'com.github.martinpaljak:javacard:19.05.08'
// https://jarcasting.com/artifacts/com.github.martinpaljak/javacard/
implementation ("com.github.martinpaljak:javacard:19.05.08")
'com.github.martinpaljak:javacard:pom:19.05.08'
<dependency org="com.github.martinpaljak" name="javacard" rev="19.05.08">
  <artifact name="javacard" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.martinpaljak', module='javacard', version='19.05.08')
)
libraryDependencies += "com.github.martinpaljak" % "javacard" % "19.05.08"
[com.github.martinpaljak/javacard "19.05.08"]