| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDropWizard Контейнер Микросервисы config Библиотеки уровня приложения Configuration |
| Группа | Группаcom.foodpanda |
| Идентификатор | Идентификаторdropwizard-config-importable |
| Последняя версия | Последняя версия0.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеdropwizard-config-importable
Use configuration imports in Dropwizard instead of copy-pasting files for each environment
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/com.foodpanda/dropwizard-config-importable/ -->
<dependency>
<groupId>com.foodpanda</groupId>
<artifactId>dropwizard-config-importable</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.foodpanda/dropwizard-config-importable/
implementation 'com.foodpanda:dropwizard-config-importable:0.1.0'
// https://jarcasting.com/artifacts/com.foodpanda/dropwizard-config-importable/
implementation ("com.foodpanda:dropwizard-config-importable:0.1.0")
'com.foodpanda:dropwizard-config-importable:jar:0.1.0'
<dependency org="com.foodpanda" name="dropwizard-config-importable" rev="0.1.0">
<artifact name="dropwizard-config-importable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foodpanda', module='dropwizard-config-importable', version='0.1.0')
)
libraryDependencies += "com.foodpanda" % "dropwizard-config-importable" % "0.1.0"
[com.foodpanda/dropwizard-config-importable "0.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| io.dropwizard : dropwizard-configuration | jar | 1.0.5 |
| io.dropwizard : dropwizard-jackson | jar | 1.0.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |