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