не последняя версия
Последняя версия 6.1.0.Final

org.hibernate.orm:hibernate-c3p0 6.0.0.Alpha7

Hibernate ORM 6.0.0.Alpha7 release. See http://hibernate.org/orm/releases/6.0

Категории

Категории

ORM Данные Hibernate
Группа

Группа

org.hibernate.orm
Идентификатор

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

hibernate-c3p0
Версия

Версия

6.0.0.Alpha7
Тип

Тип

jar

Скачать hibernate-c3p0 6.0.0.Alpha7


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