Apache Commons logo Commons VFS

Dependency Information

Apache Maven

<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-vfs2-distribution</artifactId>
  <version>2.9.0</version>
  <type>pom</type>
</dependency>

Apache Buildr

'org.apache.commons:commons-vfs2-distribution:pom:2.9.0'

Apache Ivy

<dependency org="org.apache.commons" name="commons-vfs2-distribution" rev="2.9.0">
  <artifact name="commons-vfs2-distribution" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.apache.commons', module='commons-vfs2-distribution', version='2.9.0')
)

Gradle/Grails

compile 'org.apache.commons:commons-vfs2-distribution:2.9.0'

Scala SBT

libraryDependencies += "org.apache.commons" % "commons-vfs2-distribution" % "2.9.0"

Leiningen

[org.apache.commons/commons-vfs2-distribution "2.9.0"]