GroupId | GroupIdorg.wso2.org.apache.commons |
---|---|
ArtifactId | ArtifactIdcommons-vfs2-examples |
Version | Version2.2-wso2v2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.org.apache.commons/commons-vfs2-examples/ -->
<dependency>
<groupId>org.wso2.org.apache.commons</groupId>
<artifactId>commons-vfs2-examples</artifactId>
<version>2.2-wso2v2</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.org.apache.commons/commons-vfs2-examples/
implementation 'org.wso2.org.apache.commons:commons-vfs2-examples:2.2-wso2v2'
// https://jarcasting.com/artifacts/org.wso2.org.apache.commons/commons-vfs2-examples/
implementation ("org.wso2.org.apache.commons:commons-vfs2-examples:2.2-wso2v2")
'org.wso2.org.apache.commons:commons-vfs2-examples:jar:2.2-wso2v2'
<dependency org="org.wso2.org.apache.commons" name="commons-vfs2-examples" rev="2.2-wso2v2">
<artifact name="commons-vfs2-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.org.apache.commons', module='commons-vfs2-examples', version='2.2-wso2v2')
)
libraryDependencies += "org.wso2.org.apache.commons" % "commons-vfs2-examples" % "2.2-wso2v2"
[org.wso2.org.apache.commons/commons-vfs2-examples "2.2-wso2v2"]