Categories |
CategoriesDropWizard Container Microservices JDBI Data Databases |
---|---|
GroupId | GroupIdcom.github.arteam |
ArtifactId | ArtifactIddropwizard-jdbi3 |
Version | Version1.0-rc3 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-jdbi3-1.0-rc3.pom | |
dropwizard-jdbi3-1.0-rc3.jar | 5 KB |
dropwizard-jdbi3-1.0-rc3-sources.jar | 4 KB |
dropwizard-jdbi3-1.0-rc3-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.arteam/dropwizard-jdbi3/ -->
<dependency>
<groupId>com.github.arteam</groupId>
<artifactId>dropwizard-jdbi3</artifactId>
<version>1.0-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arteam/dropwizard-jdbi3/
implementation 'com.github.arteam:dropwizard-jdbi3:1.0-rc3'
// https://jarcasting.com/artifacts/com.github.arteam/dropwizard-jdbi3/
implementation ("com.github.arteam:dropwizard-jdbi3:1.0-rc3")
'com.github.arteam:dropwizard-jdbi3:jar:1.0-rc3'
<dependency org="com.github.arteam" name="dropwizard-jdbi3" rev="1.0-rc3">
<artifact name="dropwizard-jdbi3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arteam', module='dropwizard-jdbi3', version='1.0-rc3')
)
libraryDependencies += "com.github.arteam" % "dropwizard-jdbi3" % "1.0-rc3"
[com.github.arteam/dropwizard-jdbi3 "1.0-rc3"]