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