| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.kohsuke.loopy | 
    
| ArtifactId | ArtifactIdloopy | 
    
| Last Version | Last Version0.5 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| 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-0.5.pom | |
| loopy-0.5.jar | 22 KB | 
| loopy-0.5-sources.jar | 22 KB | 
| loopy-0.5-javadoc.jar | 120 KB | 
| Browse | 
<!-- 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"]