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