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