is not current version
Last Version 3.2.3.GA

hibernate:hibernate-tools 2.1.3


Categories

Categories

Hibernate Data ORM
GroupId

GroupId

hibernate
ArtifactId

ArtifactId

hibernate-tools
Version

Version

2.1.3
Type

Type

jar

Download hibernate-tools 2.1.3


<!-- https://jarcasting.com/artifacts/hibernate/hibernate-tools/ -->
<dependency>
    <groupId>hibernate</groupId>
    <artifactId>hibernate-tools</artifactId>
    <version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/hibernate/hibernate-tools/
implementation 'hibernate:hibernate-tools:2.1.3'
// https://jarcasting.com/artifacts/hibernate/hibernate-tools/
implementation ("hibernate:hibernate-tools:2.1.3")
'hibernate:hibernate-tools:jar:2.1.3'
<dependency org="hibernate" name="hibernate-tools" rev="2.1.3">
  <artifact name="hibernate-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='hibernate', module='hibernate-tools', version='2.1.3')
)
libraryDependencies += "hibernate" % "hibernate-tools" % "2.1.3"
[hibernate/hibernate-tools "2.1.3"]