Commons VFS Shared Component

Shared component usable outside of Maven to manipulate commons-vfs files. See javadoc and unit test for detailed usage.

License

License

GroupId

GroupId

org.codehaus.mojo
ArtifactId

ArtifactId

vfs-utils
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Commons VFS Shared Component
Shared component usable outside of Maven to manipulate commons-vfs files. See javadoc and unit test for detailed usage.
Project Organization

Project Organization

Codehaus

Download vfs-utils

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-vfs2 jar 2.0
org.apache.maven : maven-repository-metadata Optional jar 3.0.4

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
commons-logging : commons-logging jar 1.1.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0
1.0-beta-1