is not current version
Last Version 2.2.0-wso2v12

org.wso2.org.apache.commons:commons-vfs2 2.2-wso2v2

Apache Commons VFS is a Virtual File System library.

GroupId

GroupId

org.wso2.org.apache.commons
ArtifactId

ArtifactId

commons-vfs2
Version

Version

2.2-wso2v2
Type

Type

jar

Download commons-vfs2 2.2-wso2v2


<!-- https://jarcasting.com/artifacts/org.wso2.org.apache.commons/commons-vfs2/ -->
<dependency>
    <groupId>org.wso2.org.apache.commons</groupId>
    <artifactId>commons-vfs2</artifactId>
    <version>2.2-wso2v2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.org.apache.commons/commons-vfs2/
implementation 'org.wso2.org.apache.commons:commons-vfs2:2.2-wso2v2'
// https://jarcasting.com/artifacts/org.wso2.org.apache.commons/commons-vfs2/
implementation ("org.wso2.org.apache.commons:commons-vfs2:2.2-wso2v2")
'org.wso2.org.apache.commons:commons-vfs2:jar:2.2-wso2v2'
<dependency org="org.wso2.org.apache.commons" name="commons-vfs2" rev="2.2-wso2v2">
  <artifact name="commons-vfs2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.org.apache.commons', module='commons-vfs2', version='2.2-wso2v2')
)
libraryDependencies += "org.wso2.org.apache.commons" % "commons-vfs2" % "2.2-wso2v2"
[org.wso2.org.apache.commons/commons-vfs2 "2.2-wso2v2"]