Download commons-dbcp-1.2.1.jar file - Jar c

Jar examples for c:commons-dbcp

Description

Commons Database Connection Pooling

You can download jar file commons-dbcp 1.2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add commons-dbcp-1.2.1.jar to your project.

<dependency>
   <groupId>commons-dbcp</groupId>
   <artifactId>commons-dbcp</artifactId>
   <version>1.2.1</version>
</dependency>
compile group: 'commons-dbcp', name: 'commons-dbcp', version: '1.2.1'
libraryDependencies += "commons-dbcp" % "commons-dbcp" % "1.2.1"
<dependency org="commons-dbcp" name="commons-dbcp" rev="1.2.1"/>
@Grapes(@Grab(group='commons-dbcp', module='commons-dbcp', version='1.2.1'))
'commons-dbcp:commons-dbcp:jar:1.2.1'

Download

Click the following link to download the jar file.

commons-dbcp-1.2.1-javadoc.jar
commons-dbcp-1.2.1-sources.jar
commons-dbcp-1.2.1.jar
commons-dbcp-1.2.1.pom



Related Tutorials