c

commons-vfs2-distribution

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