MVN

com.github.stephenc.java-iso-tools : loopy

Maven & Gradle

Oct 04, 2010
65 stars

loopy · 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.

<dependency>
    <groupId>com.github.stephenc.java-iso-tools</groupId>
    <artifactId>loopy</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stephenc.java-iso-tools : loopy to add to Maven - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of com.github.stephenc.java-iso-tools : loopy to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
loopy-1.2.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.stephenc.java-iso-tools</groupId>
    <artifactId>loopy</artifactId>
    <version>1.2.2</version>
</dependency>