MVN

io.github.daggerok.example : liquibase-r2dbc-spring-boot-starter-h2-file-example

Maven & Gradle

Mar 14, 2023
6 stars

H2 relative file liquibase-r2dbc-spring-boot-starter example

<dependency>
    <groupId>io.github.daggerok.example</groupId>
    <artifactId>liquibase-r2dbc-spring-boot-starter-h2-file-example</artifactId>
    <version>2.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.daggerok.example : liquibase-r2dbc-spring-boot-starter-h2-file-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.9

All Versions

Choose a version of io.github.daggerok.example : liquibase-r2dbc-spring-boot-starter-h2-file-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
liquibase-r2dbc-spring-boot-starter-h2-file-example-2.1.9
liquibase-r2dbc-spring-boot-starter-h2-file-example-2.1.6
liquibase-r2dbc-spring-boot-starter-h2-file-example-2.1.5
liquibase-r2dbc-spring-boot-starter-h2-file-example-2.1.4
liquibase-r2dbc-spring-boot-starter-h2-file-example-2.1.3
liquibase-r2dbc-spring-boot-starter-h2-file-example-2.1.2
liquibase-r2dbc-spring-boot-starter-h2-file-example-2.1.1
liquibase-r2dbc-spring-boot-starter-h2-file-example-2.1.0
2.0.x
liquibase-r2dbc-spring-boot-starter-h2-file-example-2.0.5
liquibase-r2dbc-spring-boot-starter-h2-file-example-2.0.4
liquibase-r2dbc-spring-boot-starter-h2-file-example-2.0.3
liquibase-r2dbc-spring-boot-starter-h2-file-example-2.0.2

How to add a dependency to Maven

Add the following io.github.daggerok.example : liquibase-r2dbc-spring-boot-starter-h2-file-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.daggerok.example</groupId>
    <artifactId>liquibase-r2dbc-spring-boot-starter-h2-file-example</artifactId>
    <version>2.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.daggerok.example : liquibase-r2dbc-spring-boot-starter-h2-file-example gradle dependency to your build.gradle file:

implementation 'io.github.daggerok.example:liquibase-r2dbc-spring-boot-starter-h2-file-example:2.1.9'

Gradle Kotlin DSL: Add the following io.github.daggerok.example : liquibase-r2dbc-spring-boot-starter-h2-file-example gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.daggerok.example:liquibase-r2dbc-spring-boot-starter-h2-file-example:2.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.daggerok.example : liquibase-r2dbc-spring-boot-starter-h2-file-example sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.daggerok.example" % "liquibase-r2dbc-spring-boot-starter-h2-file-example" % "2.1.9"