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