License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices jOOQ Data Databases |
GroupId | GroupIdcom.bendb.dropwizard |
ArtifactId | ArtifactIddropwizard-jooq |
Version | Version2.0.2-0 |
Type | Typejar |
Description |
Descriptiondropwizard-jooq
Addon bundle for Dropwizard to support jOOQ for database access
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dropwizard-jooq-2.0.2-0.pom | |
dropwizard-jooq-2.0.2-0.jar | 16 KB |
dropwizard-jooq-2.0.2-0-sources.jar | 10 KB |
dropwizard-jooq-2.0.2-0-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bendb.dropwizard/dropwizard-jooq/ -->
<dependency>
<groupId>com.bendb.dropwizard</groupId>
<artifactId>dropwizard-jooq</artifactId>
<version>2.0.2-0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bendb.dropwizard/dropwizard-jooq/
implementation 'com.bendb.dropwizard:dropwizard-jooq:2.0.2-0'
// https://jarcasting.com/artifacts/com.bendb.dropwizard/dropwizard-jooq/
implementation ("com.bendb.dropwizard:dropwizard-jooq:2.0.2-0")
'com.bendb.dropwizard:dropwizard-jooq:jar:2.0.2-0'
<dependency org="com.bendb.dropwizard" name="dropwizard-jooq" rev="2.0.2-0">
<artifact name="dropwizard-jooq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bendb.dropwizard', module='dropwizard-jooq', version='2.0.2-0')
)
libraryDependencies += "com.bendb.dropwizard" % "dropwizard-jooq" % "2.0.2-0"
[com.bendb.dropwizard/dropwizard-jooq "2.0.2-0"]
Group / Artifact | Type | Version |
---|---|---|
org.jooq : jooq | jar | 3.13.1 |
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-db | jar | 2.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
com.google.truth : truth | jar | 0.46 |