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