| Categories | CategoriesHibernate Data ORM | 
|---|---|
| GroupId | GroupIdhibernate | 
| ArtifactId | ArtifactIdhibernate-tools | 
| Version | Version3.0.0.alpha4a | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| hibernate-tools-3.0.0.alpha4a.pom | |
| hibernate-tools-3.0.0.alpha4a.jar | 134 KB | 
| Browse | 
<!-- 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"]