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