| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка Hibernate Данные ORM |
| Группа | Группаorg.hibernate.tool |
| Идентификатор | Идентификаторhibernate-tools-ant |
| Версия | Версия6.0.0.Alpha4 |
| Тип | Типjar |
| Описание |
ОписаниеHibernate Tools Ant Tasks
Hibernate Tools Ant Tasks
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| hibernate-tools-ant-6.0.0.Alpha4.pom | |
| hibernate-tools-ant-6.0.0.Alpha4.jar | 35 KB |
| hibernate-tools-ant-6.0.0.Alpha4-sources.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hibernate.tool/hibernate-tools-ant/ -->
<dependency>
<groupId>org.hibernate.tool</groupId>
<artifactId>hibernate-tools-ant</artifactId>
<version>6.0.0.Alpha4</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate.tool/hibernate-tools-ant/
implementation 'org.hibernate.tool:hibernate-tools-ant:6.0.0.Alpha4'
// https://jarcasting.com/artifacts/org.hibernate.tool/hibernate-tools-ant/
implementation ("org.hibernate.tool:hibernate-tools-ant:6.0.0.Alpha4")
'org.hibernate.tool:hibernate-tools-ant:jar:6.0.0.Alpha4'
<dependency org="org.hibernate.tool" name="hibernate-tools-ant" rev="6.0.0.Alpha4">
<artifact name="hibernate-tools-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate.tool', module='hibernate-tools-ant', version='6.0.0.Alpha4')
)
libraryDependencies += "org.hibernate.tool" % "hibernate-tools-ant" % "6.0.0.Alpha4"
[org.hibernate.tool/hibernate-tools-ant "6.0.0.Alpha4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hibernate.tool : hibernate-tools-orm | jar | 6.0.0.Alpha4 |
| org.apache.ant : ant | jar | 1.10.10 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.1 |