| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDropWizard Контейнер Микросервисы Данные |
| Группа | Группаcom.bertoncelj.dropwizard |
| Идентификатор | Идентификаторdropwizard-listening-datasource |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеDropwizard Listening DataSourcer
Do something with a database connection when it's obtained from the pool, before putting it to use in application
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.dropwizard : dropwizard-db | jar | 0.9.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |