License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.emc.ecs |
ArtifactId | ArtifactIdobject-client |
Version | Version3.4.0 |
Type | Typejar |
Description |
Descriptionobject-client
EMC Object Client for Java - provides REST access to object data on EMC platforms using the Atmos and S3 APIs.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
object-client-3.4.0.pom | |
object-client-3.4.0.jar | 259 KB |
object-client-3.4.0-sources.jar | 243 KB |
object-client-3.4.0-javadoc.jar | 638 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.emc.ecs/object-client/ -->
<dependency>
<groupId>com.emc.ecs</groupId>
<artifactId>object-client</artifactId>
<version>3.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.emc.ecs/object-client/
implementation 'com.emc.ecs:object-client:3.4.0'
// https://jarcasting.com/artifacts/com.emc.ecs/object-client/
implementation ("com.emc.ecs:object-client:3.4.0")
'com.emc.ecs:object-client:jar:3.4.0'
<dependency org="com.emc.ecs" name="object-client" rev="3.4.0">
<artifact name="object-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.emc.ecs', module='object-client', version='3.4.0')
)
libraryDependencies += "com.emc.ecs" % "object-client" % "3.4.0"
[com.emc.ecs/object-client "3.4.0"]
Group / Artifact | Type | Version |
---|---|---|
com.emc.ecs : smart-client | jar | 2.3.2 |
com.emc.ecs : object-transform | jar | 1.1.0 |
commons-codec : commons-codec | jar | 1.15 |
org.dom4j : dom4j | jar | 2.1.3 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |