Categories |
CategoriesDropWizard Container Microservices jOOQ Data Databases |
---|---|
GroupId | GroupIdcom.bendb.dropwizard |
ArtifactId | ArtifactIddropwizard-jooq |
Version | Version0.8.1-1 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-jooq-0.8.1-1.pom | |
dropwizard-jooq-0.8.1-1.jar | 18 KB |
dropwizard-jooq-0.8.1-1-sources.jar | 10 KB |
dropwizard-jooq-0.8.1-1-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bendb.dropwizard/dropwizard-jooq/ -->
<dependency>
<groupId>com.bendb.dropwizard</groupId>
<artifactId>dropwizard-jooq</artifactId>
<version>0.8.1-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bendb.dropwizard/dropwizard-jooq/
implementation 'com.bendb.dropwizard:dropwizard-jooq:0.8.1-1'
// https://jarcasting.com/artifacts/com.bendb.dropwizard/dropwizard-jooq/
implementation ("com.bendb.dropwizard:dropwizard-jooq:0.8.1-1")
'com.bendb.dropwizard:dropwizard-jooq:jar:0.8.1-1'
<dependency org="com.bendb.dropwizard" name="dropwizard-jooq" rev="0.8.1-1">
<artifact name="dropwizard-jooq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bendb.dropwizard', module='dropwizard-jooq', version='0.8.1-1')
)
libraryDependencies += "com.bendb.dropwizard" % "dropwizard-jooq" % "0.8.1-1"
[com.bendb.dropwizard/dropwizard-jooq "0.8.1-1"]