Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdch.cern.hadoop |
ArtifactId | ArtifactIdhadoop-client |
Version | Version2.7.5.1 |
Type | Typejar |
Filename | Size |
---|---|
hadoop-client-2.7.5.1.pom | |
hadoop-client-2.7.5.1.jar | 25 KB |
hadoop-client-2.7.5.1-tests.jar | 25 KB |
hadoop-client-2.7.5.1-test-sources.jar | 23 KB |
hadoop-client-2.7.5.1-sources.jar | 23 KB |
hadoop-client-2.7.5.1-javadoc.jar | 34 MB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-client/ -->
<dependency>
<groupId>ch.cern.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
<version>2.7.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-client/
implementation 'ch.cern.hadoop:hadoop-client:2.7.5.1'
// https://jarcasting.com/artifacts/ch.cern.hadoop/hadoop-client/
implementation ("ch.cern.hadoop:hadoop-client:2.7.5.1")
'ch.cern.hadoop:hadoop-client:jar:2.7.5.1'
<dependency org="ch.cern.hadoop" name="hadoop-client" rev="2.7.5.1">
<artifact name="hadoop-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.cern.hadoop', module='hadoop-client', version='2.7.5.1')
)
libraryDependencies += "ch.cern.hadoop" % "hadoop-client" % "2.7.5.1"
[ch.cern.hadoop/hadoop-client "2.7.5.1"]