MVN

de.gofabian : spring-boot-data-r2dbc-jooq

Maven & Gradle

Dec 19, 2020
37 stars

spring-boot-data-r2dbc-jooq · use jooq with spring-data-r2dbc

<dependency>
    <groupId>de.gofabian</groupId>
    <artifactId>spring-boot-data-r2dbc-jooq</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.gofabian : spring-boot-data-r2dbc-jooq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of de.gofabian : spring-boot-data-r2dbc-jooq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
spring-boot-data-r2dbc-jooq-0.3.0
0.2.x
spring-boot-data-r2dbc-jooq-0.2.0
0.1.x
spring-boot-data-r2dbc-jooq-0.1.1
spring-boot-data-r2dbc-jooq-0.1.0

How to add a dependency to Maven

Add the following de.gofabian : spring-boot-data-r2dbc-jooq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.gofabian</groupId>
    <artifactId>spring-boot-data-r2dbc-jooq</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.gofabian : spring-boot-data-r2dbc-jooq gradle dependency to your build.gradle file:

implementation 'de.gofabian:spring-boot-data-r2dbc-jooq:0.3.0'

Gradle Kotlin DSL: Add the following de.gofabian : spring-boot-data-r2dbc-jooq gradle kotlin dependency to your build.gradle.kts file:

implementation("de.gofabian:spring-boot-data-r2dbc-jooq:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.gofabian : spring-boot-data-r2dbc-jooq sbt scala dependency to your build.sbt file:

libraryDependencies += "de.gofabian" % "spring-boot-data-r2dbc-jooq" % "0.3.0"

Advertisement