jar

org.mybatis.maven : migrations-maven-plugin

Maven & Gradle

Dec 14, 2021

MyBatis Migrations Maven plugin · Migration-plugin is a Apache Maven 2 plugin that aims to integrate into the maven life cycle, the myBatis 3 Migration tool. MyBatis 3 Migration Schema is a tool that helps you to manage database schema changes.

Table Of Contents

Latest Version

Download org.mybatis.maven : migrations-maven-plugin JAR file - Latest Versions:

All Versions

Download org.mybatis.maven : migrations-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window migrations-maven-plugin-1.1.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.mybatis.maven.mvnmigrate.util

├─ org.mybatis.maven.mvnmigrate.util.MavenOutputStream.class - [JAR]

org.mybatis.maven.mvnmigrate.report

├─ org.mybatis.maven.mvnmigrate.report.MigrationStatusReportView.class - [JAR]

├─ org.mybatis.maven.mvnmigrate.report.StatusCommandReportMojo.class - [JAR]

org.mybatis.maven.mvnmigrate

├─ org.mybatis.maven.mvnmigrate.AbstractCommandMojo.class - [JAR]

├─ org.mybatis.maven.mvnmigrate.BootstrapCommandMojo.class - [JAR]

├─ org.mybatis.maven.mvnmigrate.CheckCommandMojo.class - [JAR]

├─ org.mybatis.maven.mvnmigrate.DownCommandMojo.class - [JAR]

├─ org.mybatis.maven.mvnmigrate.HelpMojo.class - [JAR]

├─ org.mybatis.maven.mvnmigrate.InitCommandMojo.class - [JAR]

├─ org.mybatis.maven.mvnmigrate.NewCommandMojo.class - [JAR]

├─ org.mybatis.maven.mvnmigrate.PendingCommandMojo.class - [JAR]

├─ org.mybatis.maven.mvnmigrate.RedoCommandMojo.class - [JAR]

├─ org.mybatis.maven.mvnmigrate.ScriptCommandMojo.class - [JAR]

├─ org.mybatis.maven.mvnmigrate.StatusCommandMojo.class - [JAR]

├─ org.mybatis.maven.mvnmigrate.UpCommandMojo.class - [JAR]

├─ org.mybatis.maven.mvnmigrate.VersionCommandMojo.class - [JAR]