| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices config Application Layer Libs Configuration |
| GroupId | GroupIdcom.thenewentity |
| ArtifactId | ArtifactIddropwizard-multi-config |
| Version | Version0.5.25 |
| Type | Typejar |
| Description |
DescriptionDropwizard Multi Config
Dropwizard Multiple Configuration Support
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.thenewentity/dropwizard-multi-config/ -->
<dependency>
<groupId>com.thenewentity</groupId>
<artifactId>dropwizard-multi-config</artifactId>
<version>0.5.25</version>
</dependency>
// https://jarcasting.com/artifacts/com.thenewentity/dropwizard-multi-config/
implementation 'com.thenewentity:dropwizard-multi-config:0.5.25'
// https://jarcasting.com/artifacts/com.thenewentity/dropwizard-multi-config/
implementation ("com.thenewentity:dropwizard-multi-config:0.5.25")
'com.thenewentity:dropwizard-multi-config:jar:0.5.25'
<dependency org="com.thenewentity" name="dropwizard-multi-config" rev="0.5.25">
<artifact name="dropwizard-multi-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thenewentity', module='dropwizard-multi-config', version='0.5.25')
)
libraryDependencies += "com.thenewentity" % "dropwizard-multi-config" % "0.5.25"
[com.thenewentity/dropwizard-multi-config "0.5.25"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.3 |
| commons-io : commons-io | jar | 2.4 |
| io.dropwizard : dropwizard-core | jar | 0.8.2 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.7.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.9.5 |