s

smart-client

Smart REST Client - JAX-RS (Jersey) REST client that provides client-side load balancing with a pluggable host list provider
https://community.emc.com/community/products/vipr#developer
The BSD 3-Clause License
EMC ViPR
Files download
File Operation
smart-client-1.0.0.jar download
smart-client-1.0.0.pom download
smart-client-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.emc.ecs</groupId>
  <artifactId>smart-client</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.emc.ecs:smart-client:1.0.0'
Gradle Kotlin
implementation("com.emc.ecs:smart-client:1.0.0")
Scala SBT
libraryDependencies += "com.emc.ecs" % "smart-client" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.emc.ecs', module='smart-client', version='1.0.0')
)
Apache Ivy
<dependency org="com.emc.ecs" name="smart-client" rev="1.0.0" />
Leiningen
[com.emc.ecs/smart-client "1.0.0"]
Apache Buildr
'com.emc.ecs:smart-client:jar:1.0.0'