MVN

org.hibernate.tool : hibernate-tools-orm

Maven & Gradle

Aug 09, 2023
3 usages
281 stars

Hibernate Tools ORM · Hibernate Tools ORM

<dependency>
    <groupId>org.hibernate.tool</groupId>
    <artifactId>hibernate-tools-orm</artifactId>
    <version>6.3.0.CR1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hibernate.tool : hibernate-tools-orm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.3.0.CR1
  • Latest Beta: 6.0.0.Beta3
  • Latest Alpha: 6.0.0.Alpha5

All Versions

Choose a version of org.hibernate.tool : hibernate-tools-orm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.3.x
hibernate-tools-orm-6.3.0.CR1
6.2.x
hibernate-tools-orm-6.2.7.Final
hibernate-tools-orm-6.2.6.Final
hibernate-tools-orm-6.2.5.Final
hibernate-tools-orm-6.2.4.Final
hibernate-tools-orm-6.2.3.Final
hibernate-tools-orm-6.2.2.Final
hibernate-tools-orm-6.2.1.Final
hibernate-tools-orm-6.2.0.Final
hibernate-tools-orm-6.2.0.CR4
hibernate-tools-orm-6.2.0.CR3
hibernate-tools-orm-6.2.0.CR2
hibernate-tools-orm-6.2.0.CR1
hibernate-tools-orm-6.2.6a.Final
6.1.x
hibernate-tools-orm-6.1.7.Final
hibernate-tools-orm-6.1.6.Final
hibernate-tools-orm-6.1.5.Final
hibernate-tools-orm-6.1.4.Final
hibernate-tools-orm-6.1.3.Final
hibernate-tools-orm-6.1.2.Final
hibernate-tools-orm-6.1.1.Final
hibernate-tools-orm-6.1.0.Final
6.0.x
hibernate-tools-orm-6.0.2.Final
hibernate-tools-orm-6.0.1.Final
hibernate-tools-orm-6.0.0.Final
hibernate-tools-orm-6.0.0.CR2
hibernate-tools-orm-6.0.0.CR1
hibernate-tools-orm-6.0.0.Beta3
hibernate-tools-orm-6.0.0.Beta2
hibernate-tools-orm-6.0.0.Beta1
hibernate-tools-orm-6.0.0.Alpha5
hibernate-tools-orm-6.0.0.Alpha4
hibernate-tools-orm-6.0.0.Alpha3
hibernate-tools-orm-6.0.0.Alpha2
hibernate-tools-orm-6.0.0.Alpha1

How to add a dependency to Maven

Add the following org.hibernate.tool : hibernate-tools-orm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hibernate.tool</groupId>
    <artifactId>hibernate-tools-orm</artifactId>
    <version>6.3.0.CR1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hibernate.tool : hibernate-tools-orm gradle dependency to your build.gradle file:

implementation 'org.hibernate.tool:hibernate-tools-orm:6.3.0.CR1'

Gradle Kotlin DSL: Add the following org.hibernate.tool : hibernate-tools-orm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hibernate.tool:hibernate-tools-orm:6.3.0.CR1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hibernate.tool : hibernate-tools-orm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hibernate.tool" % "hibernate-tools-orm" % "6.3.0.CR1"