c

commons-vfs2-examples

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