Categories |
CategoriesDropWizard Container Microservices jOOQ Data Databases |
---|---|
GroupId | GroupIdcom.bendb.dropwizard |
ArtifactId | ArtifactIddropwizard-jooq |
Version | Version1.0.0-2 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-jooq-1.0.0-2.pom | |
dropwizard-jooq-1.0.0-2.jar | 18 KB |
dropwizard-jooq-1.0.0-2-sources.jar | 10 KB |
dropwizard-jooq-1.0.0-2-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>1.0.0-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bendb.dropwizard/dropwizard-jooq/
implementation 'com.bendb.dropwizard:dropwizard-jooq:1.0.0-2'
// https://jarcasting.com/artifacts/com.bendb.dropwizard/dropwizard-jooq/
implementation ("com.bendb.dropwizard:dropwizard-jooq:1.0.0-2")
'com.bendb.dropwizard:dropwizard-jooq:jar:1.0.0-2'
<dependency org="com.bendb.dropwizard" name="dropwizard-jooq" rev="1.0.0-2">
<artifact name="dropwizard-jooq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bendb.dropwizard', module='dropwizard-jooq', version='1.0.0-2')
)
libraryDependencies += "com.bendb.dropwizard" % "dropwizard-jooq" % "1.0.0-2"
[com.bendb.dropwizard/dropwizard-jooq "1.0.0-2"]