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