Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.emc.ecs |
ArtifactId | ArtifactIdatmos-client |
Version | Version2.2.3 |
Type | Typejar |
Filename | Size |
---|---|
atmos-client-2.2.3.pom | |
atmos-client-2.2.3.jar | 159 KB |
atmos-client-2.2.3-sources.jar | 181 KB |
atmos-client-2.2.3-javadoc.jar | 470 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.emc.ecs/atmos-client/ -->
<dependency>
<groupId>com.emc.ecs</groupId>
<artifactId>atmos-client</artifactId>
<version>2.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.emc.ecs/atmos-client/
implementation 'com.emc.ecs:atmos-client:2.2.3'
// https://jarcasting.com/artifacts/com.emc.ecs/atmos-client/
implementation ("com.emc.ecs:atmos-client:2.2.3")
'com.emc.ecs:atmos-client:jar:2.2.3'
<dependency org="com.emc.ecs" name="atmos-client" rev="2.2.3">
<artifact name="atmos-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.emc.ecs', module='atmos-client', version='2.2.3')
)
libraryDependencies += "com.emc.ecs" % "atmos-client" % "2.2.3"
[com.emc.ecs/atmos-client "2.2.3"]