Files download
File Operation
commons-vfs-1.0.jar download
commons-vfs-1.0.pom download
Apache Maven
<dependency>
  <groupId>commons-vfs</groupId>
  <artifactId>commons-vfs</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'commons-vfs:commons-vfs:1.0'
Gradle Kotlin
implementation("commons-vfs:commons-vfs:1.0")
Scala SBT
libraryDependencies += "commons-vfs" % "commons-vfs" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='commons-vfs', module='commons-vfs', version='1.0')
)
Apache Ivy
<dependency org="commons-vfs" name="commons-vfs" rev="1.0" />
Leiningen
[commons-vfs/commons-vfs "1.0"]
Apache Buildr
'commons-vfs:commons-vfs:jar:1.0'