| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.github.martinpaljak |
| ArtifactId | ArtifactIdant-javacard |
| Version | Version18.01.17.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ant-javacard-18.01.17.1.pom | |
| ant-javacard-18.01.17.1.jar | 19 KB |
| ant-javacard-18.01.17.1-sources.jar | 7 KB |
| ant-javacard-18.01.17.1-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinpaljak/ant-javacard/ -->
<dependency>
<groupId>com.github.martinpaljak</groupId>
<artifactId>ant-javacard</artifactId>
<version>18.01.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinpaljak/ant-javacard/
implementation 'com.github.martinpaljak:ant-javacard:18.01.17.1'
// https://jarcasting.com/artifacts/com.github.martinpaljak/ant-javacard/
implementation ("com.github.martinpaljak:ant-javacard:18.01.17.1")
'com.github.martinpaljak:ant-javacard:jar:18.01.17.1'
<dependency org="com.github.martinpaljak" name="ant-javacard" rev="18.01.17.1">
<artifact name="ant-javacard" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinpaljak', module='ant-javacard', version='18.01.17.1')
)
libraryDependencies += "com.github.martinpaljak" % "ant-javacard" % "18.01.17.1"
[com.github.martinpaljak/ant-javacard "18.01.17.1"]