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