| Категории |
КатегорииHibernate Данные ORM |
|---|---|
| Группа | Группаorg.hibernate |
| Идентификатор | Идентификаторhibernate-tools |
| Версия | Версия5.4.21.Final |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hibernate-tools-5.4.21.Final.pom | |
| hibernate-tools-5.4.21.Final.jar | 409 KB |
| hibernate-tools-5.4.21.Final-sources.jar | 248 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-tools/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools</artifactId>
<version>5.4.21.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-tools/
implementation 'org.hibernate:hibernate-tools:5.4.21.Final'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-tools/
implementation ("org.hibernate:hibernate-tools:5.4.21.Final")
'org.hibernate:hibernate-tools:jar:5.4.21.Final'
<dependency org="org.hibernate" name="hibernate-tools" rev="5.4.21.Final">
<artifact name="hibernate-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-tools', version='5.4.21.Final')
)
libraryDependencies += "org.hibernate" % "hibernate-tools" % "5.4.21.Final"
[org.hibernate/hibernate-tools "5.4.21.Final"]