Last Version

hibernate-c3p0 - relocation 6.1.0.Final

Integration for c3p0 Connection pooling into Hibernate ORM

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.hibernate
ArtifactId

ArtifactId

hibernate-c3p0
Version

Version

6.1.0.Final
Type

Type

pom
Description

Description

hibernate-c3p0 - relocation
Integration for c3p0 Connection pooling into Hibernate ORM
Project URL

Project URL

https://hibernate.org/orm
Project Organization

Project Organization

Hibernate.org
Source Code Management

Source Code Management

https://github.com/hibernate/hibernate-orm

Download hibernate-c3p0 6.1.0.Final


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.