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