j

jpox-c3p0

JPOX can be used with C3P0 to use a connection pool internally. This plugin provides this capability.
Files download
File Operation
jpox-c3p0-1.1.0-beta-3.jar download
jpox-c3p0-1.1.0-beta-3.pom download
Apache Maven
<dependency>
  <groupId>jpox</groupId>
  <artifactId>jpox-c3p0</artifactId>
  <version>1.1.0-beta-3</version>
</dependency>
Gradle Groovy
implementation 'jpox:jpox-c3p0:1.1.0-beta-3'
Gradle Kotlin
implementation("jpox:jpox-c3p0:1.1.0-beta-3")
Scala SBT
libraryDependencies += "jpox" % "jpox-c3p0" % "1.1.0-beta-3"
Groovy Grape
@Grapes(
  @Grab(group='jpox', module='jpox-c3p0', version='1.1.0-beta-3')
)
Apache Ivy
<dependency org="jpox" name="jpox-c3p0" rev="1.1.0-beta-3" />
Leiningen
[jpox/jpox-c3p0 "1.1.0-beta-3"]
Apache Buildr
'jpox:jpox-c3p0:jar:1.1.0-beta-3'