Provides database connection pooling functionality for Java applications.
<dependency>
<groupId>commons-dbcp</groupId>
<artifactId>commons-dbcp</artifactId>
<version>1.2.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a connection pool and get a connection
Replace dependency with commons-dbcp2 and update imports to org.apache.commons.dbcp2.
No dependency data recorded yet.