is not current version
Last Version 2.2.0-wso2v12

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

Apache Commons VFS is a Virtual File System library.

GroupId

GroupId

org.wso2.org.apache.commons
ArtifactId

ArtifactId

commons-vfs2
Version

Version

2.2-wso2v5
Type

Type

jar

Download commons-vfs2 2.2-wso2v5


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