Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.emc.ecs |
ArtifactId | ArtifactIdsmart-client |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
smart-client-2.1.0.pom | |
smart-client-2.1.0.jar | 37 KB |
smart-client-2.1.0-sources.jar | 35 KB |
smart-client-2.1.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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.emc.ecs/smart-client/
implementation 'com.emc.ecs:smart-client:2.1.0'
// https://jarcasting.com/artifacts/com.emc.ecs/smart-client/
implementation ("com.emc.ecs:smart-client:2.1.0")
'com.emc.ecs:smart-client:jar:2.1.0'
<dependency org="com.emc.ecs" name="smart-client" rev="2.1.0">
<artifact name="smart-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.emc.ecs', module='smart-client', version='2.1.0')
)
libraryDependencies += "com.emc.ecs" % "smart-client" % "2.1.0"
[com.emc.ecs/smart-client "2.1.0"]