is not current version
Last Version 3.2.3.GA

hibernate:hibernate-tools 3.0.0.alpha4a


Categories

Categories

Hibernate Data ORM
GroupId

GroupId

hibernate
ArtifactId

ArtifactId

hibernate-tools
Version

Version

3.0.0.alpha4a
Type

Type

jar

Download hibernate-tools 3.0.0.alpha4a


<!-- 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"]