Download c3p0-0.9.5-pre6.jar file - Jar c

Jar examples for c:c3p0

Description

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-pre6 in this page.

License

GNU Lesser General Public License, Version 2.1

Build File

You can use the following script to add c3p0-0.9.5-pre6.jar to your project.

<dependency>
   <groupId>com.mchange</groupId>
   <artifactId>c3p0</artifactId>
   <version>0.9.5-pre6</version>
</dependency>
compile group: 'com.mchange', name: 'c3p0', version: '0.9.5-pre6'
libraryDependencies += "com.mchange" % "c3p0" % "0.9.5-pre6"
<dependency org="com.mchange" name="c3p0" rev="0.9.5-pre6"/>
@Grapes(@Grab(group='com.mchange', module='c3p0', version='0.9.5-pre6'))
'com.mchange:c3p0:jar:0.9.5-pre6'

Download

Click the following link to download the jar file.

c3p0-0.9.5-pre6-javadoc.jar
c3p0-0.9.5-pre6-sources.jar
c3p0-0.9.5-pre6.jar
c3p0-0.9.5-pre6.pom



Related Tutorials