v

voidframework-migration-flyway

文件下载
文件名 操作
voidframework-migration-flyway-1.10.0.jar 下载
voidframework-migration-flyway-1.10.0.pom 下载
voidframework-migration-flyway-1.10.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>dev.voidframework</groupId>
  <artifactId>voidframework-migration-flyway</artifactId>
  <version>1.10.0</version>
</dependency>
Gradle Groovy
implementation 'dev.voidframework:voidframework-migration-flyway:1.10.0'
Gradle Kotlin
implementation("dev.voidframework:voidframework-migration-flyway:1.10.0")
Scala SBT
libraryDependencies += "dev.voidframework" % "voidframework-migration-flyway" % "1.10.0"
Groovy Grape
@Grapes(
  @Grab(group='dev.voidframework', module='voidframework-migration-flyway', version='1.10.0')
)
Apache Ivy
<dependency org="dev.voidframework" name="voidframework-migration-flyway" rev="1.10.0" />
Leiningen
[dev.voidframework/voidframework-migration-flyway "1.10.0"]
Apache Buildr
'dev.voidframework:voidframework-migration-flyway:jar:1.10.0'