MVN

org.liquibase.ext : liquibase-hibernate

Maven & Gradle

Dec 20, 2010

Liquibase Hibernate Integration · Liquibase extension for hibernate integration including generating changesets based on changed hibernate mapping files

<dependency>
    <groupId>org.liquibase.ext</groupId>
    <artifactId>liquibase-hibernate</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.liquibase.ext : liquibase-hibernate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of org.liquibase.ext : liquibase-hibernate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
liquibase-hibernate-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.liquibase.ext</groupId>
    <artifactId>liquibase-hibernate</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.liquibase.ext : liquibase-hibernate gradle dependency to your build.gradle file:

implementation 'org.liquibase.ext:liquibase-hibernate:2.0.0'

Gradle Kotlin DSL: Add the following org.liquibase.ext : liquibase-hibernate gradle kotlin dependency to your build.gradle.kts file:

implementation("org.liquibase.ext:liquibase-hibernate:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.liquibase.ext : liquibase-hibernate sbt scala dependency to your build.sbt file:

libraryDependencies += "org.liquibase.ext" % "liquibase-hibernate" % "2.0.0"

Advertisement

Dependencies from Group

May 12, 2023
14 usages
266 stars
Jul 11, 2023
4 usages
49 stars
Oct 25, 2016
3 usages
266 stars
Aug 14, 2023
2 usages
11 stars
Aug 17, 2023
2 usages
46 stars

Discover Dependencies

Apr 18, 2013
2 usages
17 stars
Sep 28, 2015
1 usages
1.1k stars
Apr 24, 2012
May 02, 2013
1 usages
Feb 11, 2015
7 stars
May 10, 2013
84 stars