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