a

atmos-client

EMC Atmos Client for Java - provides REST access to object data on EMC platforms using the Atmos API.
https://community.emc.com/community/products/vipr#developer
The BSD 3-Clause License
EMC ViPR
文件下载
文件名 操作
atmos-client-2.2.3.jar 下载
atmos-client-2.2.3.pom 下载
atmos-client-2.2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.emc.ecs</groupId>
  <artifactId>atmos-client</artifactId>
  <version>2.2.3</version>
</dependency>
Gradle Groovy
implementation 'com.emc.ecs:atmos-client:2.2.3'
Gradle Kotlin
implementation("com.emc.ecs:atmos-client:2.2.3")
Scala SBT
libraryDependencies += "com.emc.ecs" % "atmos-client" % "2.2.3"
Groovy Grape
@Grapes(
  @Grab(group='com.emc.ecs', module='atmos-client', version='2.2.3')
)
Apache Ivy
<dependency org="com.emc.ecs" name="atmos-client" rev="2.2.3" />
Leiningen
[com.emc.ecs/atmos-client "2.2.3"]
Apache Buildr
'com.emc.ecs:atmos-client:jar:2.2.3'