| License | License | 
|---|---|
| Categories | CategoriesHibernate Data ORM | 
| GroupId | GroupIdhibernate | 
| ArtifactId | ArtifactIdhibernate-tools | 
| Last Version | Last Version3.2.3.GA | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionHibernate Tools Forward- and reverse-engineering tools for Eclipse and Ant. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| hibernate-tools-3.2.3.GA.pom | |
| hibernate-tools-3.2.3.GA.jar | 342 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/hibernate/hibernate-tools/ -->
<dependency>
    <groupId>hibernate</groupId>
    <artifactId>hibernate-tools</artifactId>
    <version>3.2.3.GA</version>
</dependency>// https://jarcasting.com/artifacts/hibernate/hibernate-tools/
implementation 'hibernate:hibernate-tools:3.2.3.GA'// https://jarcasting.com/artifacts/hibernate/hibernate-tools/
implementation ("hibernate:hibernate-tools:3.2.3.GA")'hibernate:hibernate-tools:jar:3.2.3.GA'<dependency org="hibernate" name="hibernate-tools" rev="3.2.3.GA">
  <artifact name="hibernate-tools" type="jar" />
</dependency>@Grapes(
@Grab(group='hibernate', module='hibernate-tools', version='3.2.3.GA')
)libraryDependencies += "hibernate" % "hibernate-tools" % "3.2.3.GA"[hibernate/hibernate-tools "3.2.3.GA"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.beanshell : bsh | jar | 2.0b4 | 
| freemarker : freemarker | jar | 2.3.8 | 
| org.hibernate : jtidy | jar | r8-20060801 |