v

voidframework-migration-flyway

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