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