MVN

com.manticore-projects.tools : h2migrationtool

Maven & Gradle

Jun 28, 2023
28 stars

H2 Migration Tool · CLI and UI Tool for migrating or recovering H2 Databases to newer versions

<dependency>
    <groupId>com.manticore-projects.tools</groupId>
    <artifactId>h2migrationtool</artifactId>
    <version>1.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.manticore-projects.tools : h2migrationtool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.4

All Versions

Choose a version of com.manticore-projects.tools : h2migrationtool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
h2migrationtool-1.3.4
1.3
h2migrationtool-1.3

How to add a dependency to Maven

Add the following com.manticore-projects.tools : h2migrationtool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.manticore-projects.tools</groupId>
    <artifactId>h2migrationtool</artifactId>
    <version>1.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.manticore-projects.tools : h2migrationtool gradle dependency to your build.gradle file:

implementation 'com.manticore-projects.tools:h2migrationtool:1.3.4'

Gradle Kotlin DSL: Add the following com.manticore-projects.tools : h2migrationtool gradle kotlin dependency to your build.gradle.kts file:

implementation("com.manticore-projects.tools:h2migrationtool:1.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.manticore-projects.tools : h2migrationtool sbt scala dependency to your build.sbt file:

libraryDependencies += "com.manticore-projects.tools" % "h2migrationtool" % "1.3.4"