License |
License |
---|---|
GroupId | GroupIdcom.github.stephenc.java-iso-tools |
ArtifactId | ArtifactIdloopy |
Version | Version1.2.2 |
Type | Typepom |
Description |
Descriptionloopy
loopy is a library for working with file-based file systems, i.e. file systems
contained within a single file. The ISO9660 file system is a well-known
example. loopy is being developed for use by Apache Jakarta Commons VFS.
|
Filename | Size |
---|---|
loopy-1.2.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/loopy/ -->
<dependency>
<groupId>com.github.stephenc.java-iso-tools</groupId>
<artifactId>loopy</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/loopy/
implementation 'com.github.stephenc.java-iso-tools:loopy:1.2.2'
// https://jarcasting.com/artifacts/com.github.stephenc.java-iso-tools/loopy/
implementation ("com.github.stephenc.java-iso-tools:loopy:1.2.2")
'com.github.stephenc.java-iso-tools:loopy:pom:1.2.2'
<dependency org="com.github.stephenc.java-iso-tools" name="loopy" rev="1.2.2">
<artifact name="loopy" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.java-iso-tools', module='loopy', version='1.2.2')
)
libraryDependencies += "com.github.stephenc.java-iso-tools" % "loopy" % "1.2.2"
[com.github.stephenc.java-iso-tools/loopy "1.2.2"]