is not current version
Last Version 1.5.0

com.github.houbb:jdbc-pool 1.1.0

The simple jdbc-pool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

jdbc-pool
Version

Version

1.1.0
Type

Type

jar

Download jdbc-pool 1.1.0


<!-- https://jarcasting.com/artifacts/com.github.houbb/jdbc-pool/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>jdbc-pool</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/jdbc-pool/
implementation 'com.github.houbb:jdbc-pool:1.1.0'
// https://jarcasting.com/artifacts/com.github.houbb/jdbc-pool/
implementation ("com.github.houbb:jdbc-pool:1.1.0")
'com.github.houbb:jdbc-pool:jar:1.1.0'
<dependency org="com.github.houbb" name="jdbc-pool" rev="1.1.0">
  <artifact name="jdbc-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='jdbc-pool', version='1.1.0')
)
libraryDependencies += "com.github.houbb" % "jdbc-pool" % "1.1.0"
[com.github.houbb/jdbc-pool "1.1.0"]