License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Configuration Application Layer Libs config |
GroupId | GroupIdde.thomaskrille.dropwizard |
ArtifactId | ArtifactIddropwizard-environment-configuration |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Environment Configuration
Dropwizard ConfigurationFactory that allows specifying environment variables as values in YAML.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/de.thomaskrille.dropwizard/dropwizard-environment-configuration/ -->
<dependency>
<groupId>de.thomaskrille.dropwizard</groupId>
<artifactId>dropwizard-environment-configuration</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.thomaskrille.dropwizard/dropwizard-environment-configuration/
implementation 'de.thomaskrille.dropwizard:dropwizard-environment-configuration:1.1'
// https://jarcasting.com/artifacts/de.thomaskrille.dropwizard/dropwizard-environment-configuration/
implementation ("de.thomaskrille.dropwizard:dropwizard-environment-configuration:1.1")
'de.thomaskrille.dropwizard:dropwizard-environment-configuration:jar:1.1'
<dependency org="de.thomaskrille.dropwizard" name="dropwizard-environment-configuration" rev="1.1">
<artifact name="dropwizard-environment-configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.thomaskrille.dropwizard', module='dropwizard-environment-configuration', version='1.1')
)
libraryDependencies += "de.thomaskrille.dropwizard" % "dropwizard-environment-configuration" % "1.1"
[de.thomaskrille.dropwizard/dropwizard-environment-configuration "1.1"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 0.7.1 |
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-testing | jar | 0.7.1 |