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