MVN

com.emc.ecs : object-client

Maven & Gradle

Oct 29, 2022
6 usages
20 stars

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

<dependency>
    <groupId>com.emc.ecs</groupId>
    <artifactId>object-client</artifactId>
    <version>3.4.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.emc.ecs : object-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.5
  • Latest Release Candidate: 2.0.0-rc.2

All Versions

Choose a version of com.emc.ecs : object-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
object-client-3.4.5
object-client-3.4.4
object-client-3.4.3
object-client-3.4.2
object-client-3.4.1
object-client-3.4.0
3.3.x
object-client-3.3.2
object-client-3.3.1
object-client-3.3.0
3.2.x
object-client-3.2.0
3.1.x
object-client-3.1.3
object-client-3.1.2
object-client-3.1.1
object-client-3.1.0
3.0.x
object-client-3.0.6
object-client-3.0.5
object-client-3.0.4
object-client-3.0.3
object-client-3.0.2
object-client-3.0.1
object-client-3.0.0
2.2.x
object-client-2.2.4
object-client-2.2.3
object-client-2.2.2
object-client-2.2.1
object-client-2.2.0
2.1.x
object-client-2.1.1
object-client-2.1.0
2.0.x
object-client-2.0.8
object-client-2.0.7
object-client-2.0.6
object-client-2.0.5
object-client-2.0.4
object-client-2.0.3
object-client-2.0.2
object-client-2.0.1
object-client-2.0.0
object-client-2.0.0-rc.2
object-client-2.0.0-rc.1
1.2.x
object-client-1.2.0-rc.1

How to add a dependency to Maven

Add the following com.emc.ecs : object-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.emc.ecs</groupId>
    <artifactId>object-client</artifactId>
    <version>3.4.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.emc.ecs : object-client gradle dependency to your build.gradle file:

implementation 'com.emc.ecs:object-client:3.4.5'

Gradle Kotlin DSL: Add the following com.emc.ecs : object-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.emc.ecs:object-client:3.4.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.emc.ecs : object-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.emc.ecs" % "object-client" % "3.4.5"

Advertisement

Dependencies from Group

Oct 29, 2022
6 usages
20 stars
Jul 08, 2016
2 usages
2 stars
Sep 11, 2021
2 usages
5 stars
Oct 28, 2022
2 usages
4 stars
Jul 18, 2021
1 usages
4 stars

Discover Dependencies