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