Jar examples for c:c3p0
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.
You can download jar file c3p0 0.9.0-pre5 in this page.
GNU Lesser General Public License, Version 2.1
You can use the following script to add c3p0-0.9.0-pre5.jar to your project.
<dependency> <groupId>c3p0</groupId> <artifactId>c3p0</artifactId> <version>0.9.0-pre5</version> </dependency>
compile group: 'c3p0', name: 'c3p0', version: '0.9.0-pre5'
libraryDependencies += "c3p0" % "c3p0" % "0.9.0-pre5"
<dependency org="c3p0" name="c3p0" rev="0.9.0-pre5"/>
@Grapes(@Grab(group='c3p0', module='c3p0', version='0.9.0-pre5'))
'c3p0:c3p0:jar:0.9.0-pre5'
Click the following link to download the jar file.
c3p0-0.9.0-pre5.jar