Files download
File Operation
db-migration-dm-1.1.4.jar download
db-migration-dm-1.1.4.pom download
db-migration-dm-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mengweijin</groupId>
  <artifactId>db-migration-dm</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.mengweijin:db-migration-dm:1.1.4'
Gradle Kotlin
implementation("com.github.mengweijin:db-migration-dm:1.1.4")
Scala SBT
libraryDependencies += "com.github.mengweijin" % "db-migration-dm" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mengweijin', module='db-migration-dm', version='1.1.4')
)
Apache Ivy
<dependency org="com.github.mengweijin" name="db-migration-dm" rev="1.1.4" />
Leiningen
[com.github.mengweijin/db-migration-dm "1.1.4"]
Apache Buildr
'com.github.mengweijin:db-migration-dm:jar:1.1.4'