Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.joyent.manta |
ArtifactId | ArtifactIdcommons-vfs-manta |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.joyent.manta/commons-vfs-manta/ -->
<dependency>
<groupId>com.joyent.manta</groupId>
<artifactId>commons-vfs-manta</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.joyent.manta/commons-vfs-manta/
implementation 'com.joyent.manta:commons-vfs-manta:1.0.0'
// https://jarcasting.com/artifacts/com.joyent.manta/commons-vfs-manta/
implementation ("com.joyent.manta:commons-vfs-manta:1.0.0")
'com.joyent.manta:commons-vfs-manta:jar:1.0.0'
<dependency org="com.joyent.manta" name="commons-vfs-manta" rev="1.0.0">
<artifact name="commons-vfs-manta" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.joyent.manta', module='commons-vfs-manta', version='1.0.0')
)
libraryDependencies += "com.joyent.manta" % "commons-vfs-manta" % "1.0.0"
[com.joyent.manta/commons-vfs-manta "1.0.0"]