GroupId | GroupIdorg.apache.bigtop.itest |
---|---|
ArtifactId | ArtifactIdhadoop-smoke |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
hadoop-smoke-0.6.0.pom | |
hadoop-smoke-0.6.0.jar | 282 KB |
hadoop-smoke-0.6.0-project.zip | 235 KB |
hadoop-smoke-0.6.0-project.tar.gz | 219 KB |
hadoop-smoke-0.6.0-project.tar.bz2 | 173 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.bigtop.itest/hadoop-smoke/ -->
<dependency>
<groupId>org.apache.bigtop.itest</groupId>
<artifactId>hadoop-smoke</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/hadoop-smoke/
implementation 'org.apache.bigtop.itest:hadoop-smoke:0.6.0'
// https://jarcasting.com/artifacts/org.apache.bigtop.itest/hadoop-smoke/
implementation ("org.apache.bigtop.itest:hadoop-smoke:0.6.0")
'org.apache.bigtop.itest:hadoop-smoke:jar:0.6.0'
<dependency org="org.apache.bigtop.itest" name="hadoop-smoke" rev="0.6.0">
<artifact name="hadoop-smoke" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.bigtop.itest', module='hadoop-smoke', version='0.6.0')
)
libraryDependencies += "org.apache.bigtop.itest" % "hadoop-smoke" % "0.6.0"
[org.apache.bigtop.itest/hadoop-smoke "0.6.0"]