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