s

smart-client

Smart REST Client - JAX-RS (Jersey) REST client that provides client-side load balancing with a pluggable host list provider
https://github.com/EMCECS/smart-client-java
The BSD 3-Clause License
Dell EMC ECS
文件下载
文件名 操作
smart-client-2.3.1.jar 下载
smart-client-2.3.1.pom 下载
smart-client-2.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.emc.ecs</groupId>
  <artifactId>smart-client</artifactId>
  <version>2.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.emc.ecs:smart-client:2.3.1'
Gradle Kotlin
implementation("com.emc.ecs:smart-client:2.3.1")
Scala SBT
libraryDependencies += "com.emc.ecs" % "smart-client" % "2.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.emc.ecs', module='smart-client', version='2.3.1')
)
Apache Ivy
<dependency org="com.emc.ecs" name="smart-client" rev="2.3.1" />
Leiningen
[com.emc.ecs/smart-client "2.3.1"]
Apache Buildr
'com.emc.ecs:smart-client:jar:2.3.1'