is not current version
Last Version 6.1.0.Final

org.hibernate:hibernate-c3p0 3.5.0.Beta-1

C3P0-based implementation of the Hibernate ConnectionProvder contract

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-c3p0
Version

Version

3.5.0.Beta-1
Type

Type

jar

Download hibernate-c3p0 3.5.0.Beta-1


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