C3P0 Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

a JDBC Connection pooling / Statement caching library

C3P0 Maven Dependency

Copy below C3P0 maven dependency and paste in your project pom.xml file:

<!-- https://mvnrepository.com/artifact/com.mchange/c3p0 -->
<dependency>
    <groupId>com.mchange</groupId>
    <artifactId>c3p0</artifactId>
    <version>0.9.5.4</version>
</dependency>

C3P0 Gradle Dependency

Copy below C3P0 gradle dependency and paste in your project build.gradle file:

// https://mvnrepository.com/artifact/com.mchange/c3p0
compile group: 'com.mchange', name: 'c3p0', version: '0.9.5.4'

Download JAR File

https://repo1.maven.org/maven2/com/mchange/c3p0/0.9.5.4/c3p0-0.9.5.4.jar

Check for Latest Release

https://mvnrepository.com/artifact/com.mchange/c3p0

Reference

https://mvnrepository.com/artifact/com.mchange/c3p0

⚠️ **GitHub.com Fallback** ⚠️