Jar examples for c:commons-pool
Commons Database Connection Pooling
You can download jar file commons-pool 1.5.6 in this page.
The Apache Software License, Version 2.0
You can use the following script to add commons-pool-1.5.6.jar to your project.
<dependency> <groupId>commons-pool</groupId> <artifactId>commons-pool</artifactId> <version>1.5.6</version> </dependency>
compile group: 'commons-pool', name: 'commons-pool', version: '1.5.6'
libraryDependencies += "commons-pool" % "commons-pool" % "1.5.6"
<dependency org="commons-pool" name="commons-pool" rev="1.5.6"/>
@Grapes(@Grab(group='commons-pool', module='commons-pool', version='1.5.6'))
'commons-pool:commons-pool:jar:1.5.6'
Click the following link to download the jar file.
commons-pool-1.5.6-javadoc.jar