<dependency>
<groupId>org.wso2.org.apache.commons</groupId>
<artifactId>commons-vfs2-sandbox</artifactId>
<version>2.2-wso2v7</version>
</dependency>
libraryDependencies += "org.wso2.org.apache.commons" % "commons-vfs2-sandbox" % "2.2-wso2v7"
@Grapes(
@Grab(group='org.wso2.org.apache.commons', module='commons-vfs2-sandbox', version='2.2-wso2v7')
)
<dependency org="org.wso2.org.apache.commons" name="commons-vfs2-sandbox" rev="2.2-wso2v7" />
<parent> <groupId>org.wso2.org.apache.commons</groupId> <artifactId>commons-vfs2-project</artifactId> <version>2.2-wso2v7</version> </parent>
compile
|-- org.wso2.org.apache.commons:commons-vfs2
|-- commons-logging:commons-logging
|-- jcifs:jcifs
|-- commons-httpclient:commons-httpclient
|-- javax.mail:mail
test
|-- org.wso2.org.apache.commons:commons-vfs2
|-- junit:junit