| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.apache.hadoop |
| ArtifactId | ArtifactIdhadoop-ozone-client |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache Ozone Client
Apache Ozone Client
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| hadoop-ozone-client-1.1.0.pom | |
| hadoop-ozone-client-1.1.0.jar | 124 KB |
| hadoop-ozone-client-1.1.0-tests.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-ozone-client/ -->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-ozone-client</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-ozone-client/
implementation 'org.apache.hadoop:hadoop-ozone-client:1.1.0'
// https://jarcasting.com/artifacts/org.apache.hadoop/hadoop-ozone-client/
implementation ("org.apache.hadoop:hadoop-ozone-client:1.1.0")
'org.apache.hadoop:hadoop-ozone-client:jar:1.1.0'
<dependency org="org.apache.hadoop" name="hadoop-ozone-client" rev="1.1.0">
<artifact name="hadoop-ozone-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hadoop', module='hadoop-ozone-client', version='1.1.0')
)
libraryDependencies += "org.apache.hadoop" % "hadoop-ozone-client" % "1.1.0"
[org.apache.hadoop/hadoop-ozone-client "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.hadoop : hadoop-ozone-common | jar | 1.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.hadoop : hadoop-hdds-test-utils | jar | 1.1.0 |
| junit : junit | jar | 4.13.1 |