License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices config Application Layer Libs Configuration |
GroupId | GroupIdcom.foodpanda |
ArtifactId | ArtifactIddropwizard-config-importable |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondropwizard-config-importable
Use configuration imports in Dropwizard instead of copy-pasting files for each environment
|
Project URL |
Project URL |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-configuration | jar | 1.0.5 |
io.dropwizard : dropwizard-jackson | jar | 1.0.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |