MVN

org.everit.osgi : org.everit.osgi.liquibase.bundle

Maven & Gradle

May 07, 2014
4 usages
0 stars

Everit OSGi Liquibase Bundle · Liquibase bundle re-packaged by Everit and enhanced with some OSGi related features

<dependency>
    <groupId>org.everit.osgi</groupId>
    <artifactId>org.everit.osgi.liquibase.bundle</artifactId>
    <version>3.1.1-v20140507</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.everit.osgi : org.everit.osgi.liquibase.bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1-v20140507

All Versions

Choose a version of org.everit.osgi : org.everit.osgi.liquibase.bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
org.everit.osgi.liquibase.bundle-3.1.1-v20140507
org.everit.osgi.liquibase.bundle-3.1.1-v20140324
org.everit.osgi.liquibase.bundle-3.1.1-v20140219

How to add a dependency to Maven

Add the following org.everit.osgi : org.everit.osgi.liquibase.bundle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.everit.osgi</groupId>
    <artifactId>org.everit.osgi.liquibase.bundle</artifactId>
    <version>3.1.1-v20140507</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.everit.osgi : org.everit.osgi.liquibase.bundle gradle dependency to your build.gradle file:

implementation 'org.everit.osgi:org.everit.osgi.liquibase.bundle:3.1.1-v20140507'

Gradle Kotlin DSL: Add the following org.everit.osgi : org.everit.osgi.liquibase.bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("org.everit.osgi:org.everit.osgi.liquibase.bundle:3.1.1-v20140507")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.everit.osgi : org.everit.osgi.liquibase.bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "org.everit.osgi" % "org.everit.osgi.liquibase.bundle" % "3.1.1-v20140507"

Advertisement