GroupId | GroupIdcom.github.stephenc.java-iso-tools |
---|---|
ArtifactId | ArtifactIdiso9660-vfs-impl |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
iso9660-vfs-impl-2.0.1.pom | |
iso9660-vfs-impl-2.0.1.jar | 9 KB |
iso9660-vfs-impl-2.0.1-sources.jar | 7 KB |
iso9660-vfs-impl-2.0.1-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/iso9660-vfs-impl/ -->
<dependency>
<groupId>com.github.stephenc.java-iso-tools</groupId>
<artifactId>iso9660-vfs-impl</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/iso9660-vfs-impl/
implementation 'com.github.stephenc.java-iso-tools:iso9660-vfs-impl:2.0.1'
// https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/iso9660-vfs-impl/
implementation ("com.github.stephenc.java-iso-tools:iso9660-vfs-impl:2.0.1")
'com.github.stephenc.java-iso-tools:iso9660-vfs-impl:jar:2.0.1'
<dependency org="com.github.stephenc.java-iso-tools" name="iso9660-vfs-impl" rev="2.0.1">
<artifact name="iso9660-vfs-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.java-iso-tools', module='iso9660-vfs-impl', version='2.0.1')
)
libraryDependencies += "com.github.stephenc.java-iso-tools" % "iso9660-vfs-impl" % "2.0.1"
[com.github.stephenc.java-iso-tools/iso9660-vfs-impl "2.0.1"]