<dependency>
<groupId>org.wso2.org.apache.commons</groupId>
<artifactId>commons-vfs2-distribution</artifactId>
<version>2.2.0-wso2v15</version>
</dependency>
implementation group: 'org.wso2.org.apache.commons', name: 'commons-vfs2-distribution', version: '2.2.0-wso2v15'
implementation 'org.wso2.org.apache.commons:commons-vfs2-distribution:2.2.0-wso2v15'
implementation("org.wso2.org.apache.commons:commons-vfs2-distribution:2.2.0-wso2v15")
libraryDependencies += "org.wso2.org.apache.commons" % "commons-vfs2-distribution" % "2.2.0-wso2v15"
<dependency org="org.wso2.org.apache.commons" name="commons-vfs2-distribution" rev="2.2.0-wso2v15"/>
@Grapes(
@Grab(group='org.wso2.org.apache.commons', module='commons-vfs2-distribution', version='2.2.0-wso2v15')
)
[org.wso2.org.apache.commons/commons-vfs2-distribution "2.2.0-wso2v15"]
'org.wso2.org.apache.commons:commons-vfs2-distribution:jar:2.2.0-wso2v15'