не последняя версия
Последняя версия 3.2.3.GA

hibernate:hibernate-tools 2.1.3


Категории

Категории

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

Группа

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

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

hibernate-tools
Версия

Версия

2.1.3
Тип

Тип

jar

Скачать hibernate-tools 2.1.3

Имя Файла Размер
hibernate-tools-2.1.3.pom
hibernate-tools-2.1.3.jar 119 KB
Обзор

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