pool
1. HikariCP3,288 usages
com.zaxxer » HikariCPApache
HikariCP is a 'zero-overhead' production ready JDBC connection pool.
Last Release on Sep 12, 2025
3. Commons DBCP2,273 usages
commons-dbcp » commons-dbcpApache
Commons Database Connection Pooling
Last Release on May 14, 2015
Relocated → org.apache.commons »
commons-dbcp2
4. Commons Pool1,747 usages
commons-pool » commons-poolApache
Commons Object Pooling Library
Last Release on Jan 9, 2012
Relocated → org.apache.commons »
commons-pool2
6. C3P0707 usages
com.mchange » c3p0EPLLGPL
A mature JDBC3+ Connection pooling library
Last Release on Jun 23, 2025
c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources,
including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension.
Last Release on Aug 23, 2007
Relocated → com.mchange »
c3p0
9. BoneCP :: Core Library236 usages
com.jolbox » bonecpApache
Lightweight connection pool.
Last Release on Oct 23, 2013
10. HikariCP Java6175 usages
com.zaxxer » HikariCP-java6Apache