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-2.1.0.jar download
smart-client-2.1.0.pom download
smart-client-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.emc.ecs</groupId>
  <artifactId>smart-client</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.emc.ecs:smart-client:2.1.0'
Gradle Kotlin
implementation("com.emc.ecs:smart-client:2.1.0")
Scala SBT
libraryDependencies += "com.emc.ecs" % "smart-client" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.emc.ecs', module='smart-client', version='2.1.0')
)
Apache Ivy
<dependency org="com.emc.ecs" name="smart-client" rev="2.1.0" />
Leiningen
[com.emc.ecs/smart-client "2.1.0"]
Apache Buildr
'com.emc.ecs:smart-client:jar:2.1.0'