не последняя версия
Последняя версия 0.9.5.5

com.mchange:c3p0 0.9.5-pre1

a JDBC Connection pooling / Statement caching library

Группа

Группа

com.mchange
Идентификатор

Идентификатор

c3p0
Версия

Версия

0.9.5-pre1
Тип

Тип

jar

Скачать c3p0 0.9.5-pre1


<!-- https://jarcasting.com/artifacts/com.mchange/c3p0/ -->
<dependency>
    <groupId>com.mchange</groupId>
    <artifactId>c3p0</artifactId>
    <version>0.9.5-pre1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mchange/c3p0/
implementation 'com.mchange:c3p0:0.9.5-pre1'
// https://jarcasting.com/artifacts/com.mchange/c3p0/
implementation ("com.mchange:c3p0:0.9.5-pre1")
'com.mchange:c3p0:jar:0.9.5-pre1'
<dependency org="com.mchange" name="c3p0" rev="0.9.5-pre1">
  <artifact name="c3p0" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mchange', module='c3p0', version='0.9.5-pre1')
)
libraryDependencies += "com.mchange" % "c3p0" % "0.9.5-pre1"
[com.mchange/c3p0 "0.9.5-pre1"]