is not current version
Last Version 2.7.1

org.springframework.boot:spring-boot-starter-jooq 2.1.11.RELEASE

Starter for using jOOQ to access SQL databases. An alternative to spring-boot-starter-data-jpa or spring-boot-starter-jdbc

Categories

Categories

Spring Boot Container Microservices jOOQ Data Databases
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-jooq
Version

Version

2.1.11.RELEASE
Type

Type

jar

Download spring-boot-starter-jooq 2.1.11.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-jooq/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-jooq</artifactId>
    <version>2.1.11.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-jooq/
implementation 'org.springframework.boot:spring-boot-starter-jooq:2.1.11.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-jooq/
implementation ("org.springframework.boot:spring-boot-starter-jooq:2.1.11.RELEASE")
'org.springframework.boot:spring-boot-starter-jooq:jar:2.1.11.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-jooq" rev="2.1.11.RELEASE">
  <artifact name="spring-boot-starter-jooq" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-jooq', version='2.1.11.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-jooq" % "2.1.11.RELEASE"
[org.springframework.boot/spring-boot-starter-jooq "2.1.11.RELEASE"]