MVN

org.darkphoenixs : connectionpool-client

Maven & Gradle

Jun 29, 2018
48 stars

Connection Pool Client · A simple multi-purpose connection pool client (Kafka & Hbase & Redis & RMDB & Socket & Http)

<dependency>
    <groupId>org.darkphoenixs</groupId>
    <artifactId>connectionpool-client</artifactId>
    <version>1.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.darkphoenixs : connectionpool-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.7

All Versions

Choose a version of org.darkphoenixs : connectionpool-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
connectionpool-client-1.2.7
connectionpool-client-1.2.6
connectionpool-client-1.2.5
connectionpool-client-1.2.4
connectionpool-client-1.2.3
connectionpool-client-1.2.2
connectionpool-client-1.2.1

How to add a dependency to Maven

Add the following org.darkphoenixs : connectionpool-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.darkphoenixs</groupId>
    <artifactId>connectionpool-client</artifactId>
    <version>1.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.darkphoenixs : connectionpool-client gradle dependency to your build.gradle file:

implementation 'org.darkphoenixs:connectionpool-client:1.2.7'

Gradle Kotlin DSL: Add the following org.darkphoenixs : connectionpool-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.darkphoenixs:connectionpool-client:1.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.darkphoenixs : connectionpool-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.darkphoenixs" % "connectionpool-client" % "1.2.7"

Advertisement