c

commons-vfs2-examples

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