License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Data |
GroupId | GroupIdcom.bertoncelj.dropwizard |
ArtifactId | ArtifactIddropwizard-listening-datasource |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Listening DataSourcer
Do something with a database connection when it's obtained from the pool, before putting it to use in application
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.bertoncelj.dropwizard/dropwizard-listening-datasource/ -->
<dependency>
<groupId>com.bertoncelj.dropwizard</groupId>
<artifactId>dropwizard-listening-datasource</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bertoncelj.dropwizard/dropwizard-listening-datasource/
implementation 'com.bertoncelj.dropwizard:dropwizard-listening-datasource:1.0.0'
// https://jarcasting.com/artifacts/com.bertoncelj.dropwizard/dropwizard-listening-datasource/
implementation ("com.bertoncelj.dropwizard:dropwizard-listening-datasource:1.0.0")
'com.bertoncelj.dropwizard:dropwizard-listening-datasource:jar:1.0.0'
<dependency org="com.bertoncelj.dropwizard" name="dropwizard-listening-datasource" rev="1.0.0">
<artifact name="dropwizard-listening-datasource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bertoncelj.dropwizard', module='dropwizard-listening-datasource', version='1.0.0')
)
libraryDependencies += "com.bertoncelj.dropwizard" % "dropwizard-listening-datasource" % "1.0.0"
[com.bertoncelj.dropwizard/dropwizard-listening-datasource "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-db | jar | 0.9.2 |
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-jdbi | jar | 0.9.2 |
io.dropwizard : dropwizard-testing | jar | 0.9.2 |
junit : junit | jar | 4.12 |
com.h2database : h2 | jar | 1.4.191 |