c

connectionpool-client

A simple multi-purpose connection pool client (Kafka & Hbase & Redis & RMDB & Socket & Http)
http://darkphoenixs.org/connection-pool-client/
The Apache Software License, Version 2.0
Dark Phoenixs
Victor Zeng
文件下载
文件名 操作
connectionpool-client-1.2.7.jar 下载
connectionpool-client-1.2.7.pom 下载
connectionpool-client-1.2.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.darkphoenixs</groupId>
  <artifactId>connectionpool-client</artifactId>
  <version>1.2.7</version>
</dependency>
Gradle Groovy
implementation 'org.darkphoenixs:connectionpool-client:1.2.7'
Gradle Kotlin
implementation("org.darkphoenixs:connectionpool-client:1.2.7")
Scala SBT
libraryDependencies += "org.darkphoenixs" % "connectionpool-client" % "1.2.7"
Groovy Grape
@Grapes(
  @Grab(group='org.darkphoenixs', module='connectionpool-client', version='1.2.7')
)
Apache Ivy
<dependency org="org.darkphoenixs" name="connectionpool-client" rev="1.2.7" />
Leiningen
[org.darkphoenixs/connectionpool-client "1.2.7"]
Apache Buildr
'org.darkphoenixs:connectionpool-client:jar:1.2.7'