loopy-vfs

commons-vfs provider implementation for loopy.

License

License

GroupId

GroupId

com.github.stephenc.java-iso-tools
ArtifactId

ArtifactId

loopy-vfs
Last Version

Last Version

1.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

loopy-vfs
commons-vfs provider implementation for loopy.

Download loopy-vfs

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.0.4
commons-vfs : commons-vfs jar 1.0
com.github.stephenc.java-iso-tools : loopy-core jar 1.2.2

Project Modules

There are no modules declared in this project.

java-iso-tools

This project provides a number of tools for manipulating iso9660 filesystems natively within Java.

Getting started quickly

Visit mvnrepository.com, select the parts you need for your project, and then add that to your build system via Gradle, Maven, or other.

Building from source

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Maven

  • JDK

Installing

Assuming you already have a working JDK and maven install.

Compiling

mvn compile

Running the tests

Note
There are some default tests

Use maven to run existing tests

mvn test

Versions

Version
1.2.2