License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.emc.ecs |
ArtifactId | ArtifactIdatmos-client |
Last Version | Last Version3.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionatmos-client
EMC Atmos Client for Java - provides REST access to object data on EMC platforms using the Atmos API.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
atmos-client-3.2.1.pom | |
atmos-client-3.2.1.jar | 158 KB |
atmos-client-3.2.1-sources.jar | 133 KB |
atmos-client-3.2.1-javadoc.jar | 450 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.emc.ecs/atmos-client/ -->
<dependency>
<groupId>com.emc.ecs</groupId>
<artifactId>atmos-client</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.emc.ecs/atmos-client/
implementation 'com.emc.ecs:atmos-client:3.2.1'
// https://jarcasting.com/artifacts/com.emc.ecs/atmos-client/
implementation ("com.emc.ecs:atmos-client:3.2.1")
'com.emc.ecs:atmos-client:jar:3.2.1'
<dependency org="com.emc.ecs" name="atmos-client" rev="3.2.1">
<artifact name="atmos-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.emc.ecs', module='atmos-client', version='3.2.1')
)
libraryDependencies += "com.emc.ecs" % "atmos-client" % "3.2.1"
[com.emc.ecs/atmos-client "3.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.jersey : jersey-client | jar | 1.19.4 |
com.sun.jersey.contribs : jersey-apache-client4 | jar | 1.19.4 |
com.sun.jersey.contribs : jersey-multipart | jar | 1.19.4 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.dom4j : dom4j | jar | 2.1.3 |
com.emc.vipr : vipr-object-transformations | jar | 2.0.3.1 |
com.emc.cdp : rest_model | jar | 1.0 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |