Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdch.cern.hadoop |
ArtifactId | ArtifactIdhadoop-build-tools |
Version | Version2.7.4.0 |
Type | Typejar |
Filename | Size |
---|---|
hadoop-build-tools-2.7.4.0.pom | |
hadoop-build-tools-2.7.4.0.jar | 25 KB |
hadoop-build-tools-2.7.4.0-sources.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-build-tools/ -->
<dependency>
<groupId>ch.cern.hadoop</groupId>
<artifactId>hadoop-build-tools</artifactId>
<version>2.7.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-build-tools/
implementation 'ch.cern.hadoop:hadoop-build-tools:2.7.4.0'
// https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-build-tools/
implementation ("ch.cern.hadoop:hadoop-build-tools:2.7.4.0")
'ch.cern.hadoop:hadoop-build-tools:jar:2.7.4.0'
<dependency org="ch.cern.hadoop" name="hadoop-build-tools" rev="2.7.4.0">
<artifact name="hadoop-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.hadoop', module='hadoop-build-tools', version='2.7.4.0')
)
libraryDependencies += "ch.cern.hadoop" % "hadoop-build-tools" % "2.7.4.0"
[ch.cern.hadoop/hadoop-build-tools "2.7.4.0"]