c

commons-vfs2-distribution

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