c

commons-dbcp

Commons Database Connection Pooling
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
The Apache Software License, Version 2.0
The Apache Software Foundation
Morgan Delagrange Geir Magnusson Craig McClanahan John McNally Martin Poeschl Rodney Waldhoff David Weinrich Dirk Verbeeck Yoav Shapira Phil Steitz J?rg Schaible
Files download
File Operation
commons-dbcp-1.2.2.jar download
commons-dbcp-1.2.2.pom download
Apache Maven
<dependency>
  <groupId>commons-dbcp</groupId>
  <artifactId>commons-dbcp</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'commons-dbcp:commons-dbcp:1.2.2'
Gradle Kotlin
implementation("commons-dbcp:commons-dbcp:1.2.2")
Scala SBT
libraryDependencies += "commons-dbcp" % "commons-dbcp" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='commons-dbcp', module='commons-dbcp', version='1.2.2')
)
Apache Ivy
<dependency org="commons-dbcp" name="commons-dbcp" rev="1.2.2" />
Leiningen
[commons-dbcp/commons-dbcp "1.2.2"]
Apache Buildr
'commons-dbcp:commons-dbcp:jar:1.2.2'