Download c3p0-0.9.5-pre10.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-pre10 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-pre10.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials