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