MVN

co.ntbl.dropwizard : dropwizard-jooq

Maven & Gradle

Apr 19, 2023
0 stars

dropwizard-jooq · Addon bundle for Dropwizard to support jOOQ for database access

<dependency>
    <groupId>co.ntbl.dropwizard</groupId>
    <artifactId>dropwizard-jooq</artifactId>
    <version>100.400.3168</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.ntbl.dropwizard : dropwizard-jooq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 100.400.3168

All Versions

Choose a version of co.ntbl.dropwizard : dropwizard-jooq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
100.400.x
dropwizard-jooq-100.400.3183
dropwizard-jooq-100.400.3168
100.300.x
dropwizard-jooq-100.300.3183
dropwizard-jooq-100.300.3168

How to add a dependency to Maven

Add the following co.ntbl.dropwizard : dropwizard-jooq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.ntbl.dropwizard</groupId>
    <artifactId>dropwizard-jooq</artifactId>
    <version>100.400.3168</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.ntbl.dropwizard : dropwizard-jooq gradle dependency to your build.gradle file:

implementation 'co.ntbl.dropwizard:dropwizard-jooq:100.400.3168'

Gradle Kotlin DSL: Add the following co.ntbl.dropwizard : dropwizard-jooq gradle kotlin dependency to your build.gradle.kts file:

implementation("co.ntbl.dropwizard:dropwizard-jooq:100.400.3168")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.ntbl.dropwizard : dropwizard-jooq sbt scala dependency to your build.sbt file:

libraryDependencies += "co.ntbl.dropwizard" % "dropwizard-jooq" % "100.400.3168"