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