File | Operation |
---|---|
commons-vfs2-distribution-2.2.0-wso2v12.pom | download |
<dependency>
<groupId>org.wso2.org.apache.commons</groupId>
<artifactId>commons-vfs2-distribution</artifactId>
<version>2.2.0-wso2v12</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.wso2.org.apache.commons" % "commons-vfs2-distribution" % "2.2.0-wso2v12"
@Grapes(
@Grab(group='org.wso2.org.apache.commons', module='commons-vfs2-distribution', version='2.2.0-wso2v12')
)
<dependency org="org.wso2.org.apache.commons" name="commons-vfs2-distribution" rev="2.2.0-wso2v12" />
<parent> <groupId>org.wso2.org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> <version>2.2.0-wso2v12</version> </parent>