MVN

no.priv.bang.karaf : liquibase-bom

Maven & Gradle

Jun 28, 2023
2 stars

liquibase karaf feature BOM · A Bill Of Materials pom setting the versions of the liquibase-core feature and the liquibase-core jar.

<dependency>
    <groupId>no.priv.bang.karaf</groupId>
    <artifactId>liquibase-bom</artifactId>
    <version>4.23.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.priv.bang.karaf : liquibase-bom to add to Maven - Latest Versions:

  • Latest Stable: 4.23.0

All Versions

Choose a version of no.priv.bang.karaf : liquibase-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
4.23.x
liquibase-bom-4.23.0
4.19.x
liquibase-bom-4.19.0
4.17.x
liquibase-bom-4.17.1
4.15.x
liquibase-bom-4.15.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>no.priv.bang.karaf</groupId>
    <artifactId>liquibase-bom</artifactId>
    <version>4.23.0</version>
</dependency>

Advertisement