j

jdbc-pool

The simple jdbc-pool for java.
The Apache Software License, Version 2.0
houbb
Files download
File Operation
jdbc-pool-1.7.1.jar download
jdbc-pool-1.7.1.pom download
jdbc-pool-1.7.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>jdbc-pool</artifactId>
  <version>1.7.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:jdbc-pool:1.7.1'
Gradle Kotlin
implementation("com.github.houbb:jdbc-pool:1.7.1")
Scala SBT
libraryDependencies += "com.github.houbb" % "jdbc-pool" % "1.7.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='jdbc-pool', version='1.7.1')
)
Apache Ivy
<dependency org="com.github.houbb" name="jdbc-pool" rev="1.7.1" />
Leiningen
[com.github.houbb/jdbc-pool "1.7.1"]
Apache Buildr
'com.github.houbb:jdbc-pool:jar:1.7.1'