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