l

liquibase-r2dbc-spring-boot-starter-h2-file-example

H2 relative file liquibase-r2dbc-spring-boot-starter example
文件下载
文件名 操作
liquibase-r2dbc-spring-boot-starter-h2-file-example-3.1.3.jar 下载
liquibase-r2dbc-spring-boot-starter-h2-file-example-3.1.3.pom 下载
liquibase-r2dbc-spring-boot-starter-h2-file-example-3.1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.daggerok.example</groupId>
  <artifactId>liquibase-r2dbc-spring-boot-starter-h2-file-example</artifactId>
  <version>3.1.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.daggerok.example:liquibase-r2dbc-spring-boot-starter-h2-file-example:3.1.3'
Gradle Kotlin
implementation("io.github.daggerok.example:liquibase-r2dbc-spring-boot-starter-h2-file-example:3.1.3")
Scala SBT
libraryDependencies += "io.github.daggerok.example" % "liquibase-r2dbc-spring-boot-starter-h2-file-example" % "3.1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.daggerok.example', module='liquibase-r2dbc-spring-boot-starter-h2-file-example', version='3.1.3')
)
Apache Ivy
<dependency org="io.github.daggerok.example" name="liquibase-r2dbc-spring-boot-starter-h2-file-example" rev="3.1.3" />
Leiningen
[io.github.daggerok.example/liquibase-r2dbc-spring-boot-starter-h2-file-example "3.1.3"]
Apache Buildr
'io.github.daggerok.example:liquibase-r2dbc-spring-boot-starter-h2-file-example:jar:3.1.3'