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

io.thorntail:hibernate 2.6.0.Final

Access to Hibernate ORM native API

Категории

Категории

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

Группа

io.thorntail
Идентификатор

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

hibernate
Версия

Версия

2.6.0.Final
Тип

Тип

jar

Скачать hibernate 2.6.0.Final


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