MVN

com.beekeeperdata : migrationbuilder

Maven & Gradle

Dec 03, 2016

Migration Builder · Migration Builder provides an easy to use Java DSL for building database migrations that work across all major database vendors. It works great for Java, Scala, and Kotlin projects.

<dependency>
    <groupId>com.beekeeperdata</groupId>
    <artifactId>migrationbuilder</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.beekeeperdata : migrationbuilder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7

All Versions

Choose a version of com.beekeeperdata : migrationbuilder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
migrationbuilder-0.1.7
migrationbuilder-0.1.6
migrationbuilder-0.1.4
migrationbuilder-0.1.3
migrationbuilder-0.1.1
0.1
migrationbuilder-0.1

How to add a dependency to Maven

Add the following com.beekeeperdata : migrationbuilder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.beekeeperdata</groupId>
    <artifactId>migrationbuilder</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.beekeeperdata : migrationbuilder gradle dependency to your build.gradle file:

implementation 'com.beekeeperdata:migrationbuilder:0.1.7'

Gradle Kotlin DSL: Add the following com.beekeeperdata : migrationbuilder gradle kotlin dependency to your build.gradle.kts file:

implementation("com.beekeeperdata:migrationbuilder:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.beekeeperdata : migrationbuilder sbt scala dependency to your build.sbt file:

libraryDependencies += "com.beekeeperdata" % "migrationbuilder" % "0.1.7"

Advertisement