License |
License |
---|---|
Categories |
CategoriesORM Data Hibernate |
GroupId | GroupIdorg.hibernate.orm |
ArtifactId | ArtifactIdhibernate-c3p0 |
Last Version | Last Version6.1.0.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHibernate ORM - hibernate-c3p0
Integration for c3p0 Connection pooling into Hibernate ORM
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hibernate-c3p0-6.1.0.Final.pom | |
hibernate-c3p0-6.1.0.Final.jar | 11 KB |
hibernate-c3p0-6.1.0.Final-sources.jar | 7 KB |
hibernate-c3p0-6.1.0.Final-javadoc.jar | 893 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate.orm/hibernate-c3p0/ -->
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-c3p0</artifactId>
<version>6.1.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate.orm/hibernate-c3p0/
implementation 'org.hibernate.orm:hibernate-c3p0:6.1.0.Final'
// https://jarcasting.com/artifacts/org.hibernate.orm/hibernate-c3p0/
implementation ("org.hibernate.orm:hibernate-c3p0:6.1.0.Final")
'org.hibernate.orm:hibernate-c3p0:jar:6.1.0.Final'
<dependency org="org.hibernate.orm" name="hibernate-c3p0" rev="6.1.0.Final">
<artifact name="hibernate-c3p0" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate.orm', module='hibernate-c3p0', version='6.1.0.Final')
)
libraryDependencies += "org.hibernate.orm" % "hibernate-c3p0" % "6.1.0.Final"
[org.hibernate.orm/hibernate-c3p0 "6.1.0.Final"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.logging : jboss-logging | jar | 3.4.3.Final |
org.hibernate.orm : hibernate-core | jar | 6.1.0.Final |
com.mchange : c3p0 | jar | 0.9.5.5 |