commons-vfs2

commons-vfs2

Apache Commons VFS is a Virtual File System library.
http://commons.apache.org/proper/commons-vfs/
Files download
File Operation
commons-vfs2-2.9.0.jar download
commons-vfs2-2.9.0.pom download
commons-vfs2-2.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-vfs2</artifactId>
  <version>2.9.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-vfs2:2.9.0'
Gradle Kotlin
implementation("org.apache.commons:commons-vfs2:2.9.0")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-vfs2" % "2.9.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-vfs2', version='2.9.0')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-vfs2" rev="2.9.0" />
Leiningen
[org.apache.commons/commons-vfs2 "2.9.0"]
Apache Buildr
'org.apache.commons:commons-vfs2:jar:2.9.0'