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.

License

License

GroupId

GroupId

org.kohsuke.loopy
ArtifactId

ArtifactId

loopy
Last Version

Last Version

0.5
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download loopy

How to add to project

<!-- https://jarcasting.com/artifacts/org.kohsuke.loopy/loopy/ -->
<dependency>
    <groupId>org.kohsuke.loopy</groupId>
    <artifactId>loopy</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.loopy/loopy/
implementation 'org.kohsuke.loopy:loopy:0.5'
// https://jarcasting.com/artifacts/org.kohsuke.loopy/loopy/
implementation ("org.kohsuke.loopy:loopy:0.5")
'org.kohsuke.loopy:loopy:jar:0.5'
<dependency org="org.kohsuke.loopy" name="loopy" rev="0.5">
  <artifact name="loopy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.loopy', module='loopy', version='0.5')
)
libraryDependencies += "org.kohsuke.loopy" % "loopy" % "0.5"
[org.kohsuke.loopy/loopy "0.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.5
0.4