is not current version
Last Version 6.1.0.Final

org.hibernate:hibernate-c3p0 4.2.7.SP1

A module of the Hibernate Core project

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-c3p0
Version

Version

4.2.7.SP1
Type

Type

jar

Download hibernate-c3p0 4.2.7.SP1


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