<dependency>
<groupId>io.github.daggerok.example</groupId>
<artifactId>liquibase-r2dbc-spring-boot-starter-h2-mem-example</artifactId>
<version>3.1.3</version>
</dependency>
implementation 'io.github.daggerok.example:liquibase-r2dbc-spring-boot-starter-h2-mem-example:3.1.3'
implementation("io.github.daggerok.example:liquibase-r2dbc-spring-boot-starter-h2-mem-example:3.1.3")
libraryDependencies += "io.github.daggerok.example" % "liquibase-r2dbc-spring-boot-starter-h2-mem-example" % "3.1.3"
@Grapes(
@Grab(group='io.github.daggerok.example', module='liquibase-r2dbc-spring-boot-starter-h2-mem-example', version='3.1.3')
)
<dependency org="io.github.daggerok.example" name="liquibase-r2dbc-spring-boot-starter-h2-mem-example" rev="3.1.3" />
<parent> <groupId>io.github.daggerok</groupId> <artifactId>liquibase-r2dbc-spring-boot-starter-parent</artifactId> <version>3.1.3</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-webflux
|-- org.springframework.boot:spring-boot-starter-thymeleaf
|-- org.springframework.boot:spring-boot-starter-data-r2dbc
|-- io.github.daggerok:liquibase-r2dbc-spring-boot-starter
runtime