c

commons-vfs2-distribution

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