MVN

org.liquibase.ext : modify-column

Maven & Gradle

Dec 20, 2010
1 usages

modifyColumn change from Liquibase 1.9 · Prior to Liquibase 2.0, there was a modifyColumn change that was difficult to maintain because it was too broad. It has been moved to this separate library, but use of it is not recommended

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

Latest Version

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

  • Latest Stable: 2.0.0
  • Latest Release Candidate: 2.0-rc5

All Versions

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

Version Vulnerabilities Updated
2.0.x
modify-column-2.0.0
2.0
modify-column-2.0-rc5

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.liquibase.ext:modify-column:2.0.0'

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

implementation("org.liquibase.ext:modify-column:2.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.liquibase.ext" % "modify-column" % "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

Feb 19, 2014
1 usages
Mar 10, 2014
4 usages
Mar 10, 2014
4 usages
Mar 13, 2014
1 usages
0 stars
Mar 13, 2014
1 usages
1 stars