| Categories |
CategoriesHibernate Data ORM |
|---|---|
| GroupId | GroupIdorg.hibernate |
| ArtifactId | ArtifactIdhibernate-tools |
| Version | Version5.4.21.Final |
| Type | Typejar |
| Filename | Size |
|---|---|
| hibernate-tools-5.4.21.Final.pom | |
| hibernate-tools-5.4.21.Final.jar | 409 KB |
| hibernate-tools-5.4.21.Final-sources.jar | 248 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.hibernate/hibernate-tools/ -->
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-tools</artifactId>
<version>5.4.21.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.hibernate/hibernate-tools/
implementation 'org.hibernate:hibernate-tools:5.4.21.Final'
// https://jarcasting.com/artifacts/org.hibernate/hibernate-tools/
implementation ("org.hibernate:hibernate-tools:5.4.21.Final")
'org.hibernate:hibernate-tools:jar:5.4.21.Final'
<dependency org="org.hibernate" name="hibernate-tools" rev="5.4.21.Final">
<artifact name="hibernate-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hibernate', module='hibernate-tools', version='5.4.21.Final')
)
libraryDependencies += "org.hibernate" % "hibernate-tools" % "5.4.21.Final"
[org.hibernate/hibernate-tools "5.4.21.Final"]