Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.hadoop |
ArtifactId | ArtifactIdhadoop-client-integration-tests |
Version | Version3.0.0-beta1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-client-integration-tests/ -->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client-integration-tests</artifactId>
<version>3.0.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-client-integration-tests/
implementation 'org.apache.hadoop:hadoop-client-integration-tests:3.0.0-beta1'
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-client-integration-tests/
implementation ("org.apache.hadoop:hadoop-client-integration-tests:3.0.0-beta1")
'org.apache.hadoop:hadoop-client-integration-tests:jar:3.0.0-beta1'
<dependency org="org.apache.hadoop" name="hadoop-client-integration-tests" rev="3.0.0-beta1">
<artifact name="hadoop-client-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hadoop', module='hadoop-client-integration-tests', version='3.0.0-beta1')
)
libraryDependencies += "org.apache.hadoop" % "hadoop-client-integration-tests" % "3.0.0-beta1"
[org.apache.hadoop/hadoop-client-integration-tests "3.0.0-beta1"]