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