GroupId | GroupIdorg.wso2.org.apache.commons |
---|---|
ArtifactId | ArtifactIdcommons-vfs2 |
Version | Version2.2-wso2v3 |
Type | Typejar |
Filename | Size |
---|---|
commons-vfs2-2.2-wso2v3.pom | |
commons-vfs2-2.2-wso2v3.jar | 445 KB |
commons-vfs2-2.2-wso2v3-tests.jar | 344 KB |
commons-vfs2-2.2-wso2v3-sources.jar | 438 KB |
commons-vfs2-2.2-wso2v3-javadoc.jar | 1 MB |
Browse |
<!-- 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-wso2v3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.org.apache.commons/commons-vfs2/
implementation 'org.wso2.org.apache.commons:commons-vfs2:2.2-wso2v3'
// https://jarcasting.com/artifacts/org.wso2.org.apache.commons/commons-vfs2/
implementation ("org.wso2.org.apache.commons:commons-vfs2:2.2-wso2v3")
'org.wso2.org.apache.commons:commons-vfs2:jar:2.2-wso2v3'
<dependency org="org.wso2.org.apache.commons" name="commons-vfs2" rev="2.2-wso2v3">
<artifact name="commons-vfs2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.org.apache.commons', module='commons-vfs2', version='2.2-wso2v3')
)
libraryDependencies += "org.wso2.org.apache.commons" % "commons-vfs2" % "2.2-wso2v3"
[org.wso2.org.apache.commons/commons-vfs2 "2.2-wso2v3"]