is not current version
Last Version 20050307052300

commons-vfs:commons-vfs 1.0

VFS is a Virtual File System library.

GroupId

GroupId

commons-vfs
ArtifactId

ArtifactId

commons-vfs
Version

Version

1.0
Type

Type

jar

Download commons-vfs 1.0


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