is not current version
Last Version 6.0.0.Beta2

org.hibernate.tool:hibernate-tools-ant 6.0.0.Alpha5

Hibernate Tools Ant Tasks

Categories

Categories

Ant Build Tools Hibernate Data ORM
GroupId

GroupId

org.hibernate.tool
ArtifactId

ArtifactId

hibernate-tools-ant
Version

Version

6.0.0.Alpha5
Type

Type

jar

Download hibernate-tools-ant 6.0.0.Alpha5


<!-- 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.Alpha5</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate.tool/hibernate-tools-ant/
implementation 'org.hibernate.tool:hibernate-tools-ant:6.0.0.Alpha5'
// https://jarcasting.com/artifacts/org.hibernate.tool/hibernate-tools-ant/
implementation ("org.hibernate.tool:hibernate-tools-ant:6.0.0.Alpha5")
'org.hibernate.tool:hibernate-tools-ant:jar:6.0.0.Alpha5'
<dependency org="org.hibernate.tool" name="hibernate-tools-ant" rev="6.0.0.Alpha5">
  <artifact name="hibernate-tools-ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate.tool', module='hibernate-tools-ant', version='6.0.0.Alpha5')
)
libraryDependencies += "org.hibernate.tool" % "hibernate-tools-ant" % "6.0.0.Alpha5"
[org.hibernate.tool/hibernate-tools-ant "6.0.0.Alpha5"]