Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.stephenc.java-iso-tools |
ArtifactId | ArtifactIdiso9660-ant-tasks |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
iso9660-ant-tasks-1.2.2.pom | |
iso9660-ant-tasks-1.2.2.jar | 7 KB |
iso9660-ant-tasks-1.2.2-sources.jar | 4 KB |
iso9660-ant-tasks-1.2.2-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/iso9660-ant-tasks/ -->
<dependency>
<groupId>com.github.stephenc.java-iso-tools</groupId>
<artifactId>iso9660-ant-tasks</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/iso9660-ant-tasks/
implementation 'com.github.stephenc.java-iso-tools:iso9660-ant-tasks:1.2.2'
// https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/iso9660-ant-tasks/
implementation ("com.github.stephenc.java-iso-tools:iso9660-ant-tasks:1.2.2")
'com.github.stephenc.java-iso-tools:iso9660-ant-tasks:jar:1.2.2'
<dependency org="com.github.stephenc.java-iso-tools" name="iso9660-ant-tasks" rev="1.2.2">
<artifact name="iso9660-ant-tasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.java-iso-tools', module='iso9660-ant-tasks', version='1.2.2')
)
libraryDependencies += "com.github.stephenc.java-iso-tools" % "iso9660-ant-tasks" % "1.2.2"
[com.github.stephenc.java-iso-tools/iso9660-ant-tasks "1.2.2"]