c

commons-vfs2-examples

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