Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.joyent.manta |
ArtifactId | ArtifactIdhadoop-manta |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
hadoop-manta-1.0.2.pom | |
hadoop-manta-1.0.2.jar | 26 KB |
hadoop-manta-1.0.2-sources.jar | 16 KB |
hadoop-manta-1.0.2-javadoc.jar | 68 KB |
hadoop-manta-1.0.2-jar-with-dependencies.jar | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.joyent.manta/hadoop-manta/ -->
<dependency>
<groupId>com.joyent.manta</groupId>
<artifactId>hadoop-manta</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.joyent.manta/hadoop-manta/
implementation 'com.joyent.manta:hadoop-manta:1.0.2'
// https://jarcasting.com/artifacts/com.joyent.manta/hadoop-manta/
implementation ("com.joyent.manta:hadoop-manta:1.0.2")
'com.joyent.manta:hadoop-manta:jar:1.0.2'
<dependency org="com.joyent.manta" name="hadoop-manta" rev="1.0.2">
<artifact name="hadoop-manta" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.joyent.manta', module='hadoop-manta', version='1.0.2')
)
libraryDependencies += "com.joyent.manta" % "hadoop-manta" % "1.0.2"
[com.joyent.manta/hadoop-manta "1.0.2"]