is not current version
Last Version 3.4.2

com.emc.ecs:object-client 3.0.6

EMC Object Client for Java - provides REST access to object data on EMC platforms using the Atmos and S3 APIs.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.emc.ecs
ArtifactId

ArtifactId

object-client
Version

Version

3.0.6
Type

Type

jar

Download object-client 3.0.6


<!-- https://jarcasting.com/artifacts/com.emc.ecs/object-client/ -->
<dependency>
    <groupId>com.emc.ecs</groupId>
    <artifactId>object-client</artifactId>
    <version>3.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.emc.ecs/object-client/
implementation 'com.emc.ecs:object-client:3.0.6'
// https://jarcasting.com/artifacts/com.emc.ecs/object-client/
implementation ("com.emc.ecs:object-client:3.0.6")
'com.emc.ecs:object-client:jar:3.0.6'
<dependency org="com.emc.ecs" name="object-client" rev="3.0.6">
  <artifact name="object-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.emc.ecs', module='object-client', version='3.0.6')
)
libraryDependencies += "com.emc.ecs" % "object-client" % "3.0.6"
[com.emc.ecs/object-client "3.0.6"]