Skip to content
VictorZeng edited this page May 12, 2016 · 1 revision

Snapshots of the development version are available in Sonatype's snapshots repository.

Releases of the deployment version are available in Maven's central repository.

Maven

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

Gradle

compile 'org.darkphoenixs:connectionpool-client:x.x.x'

SBT

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