Categories |
CategoriesDropWizard Container Microservices config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.thenewentity |
ArtifactId | ArtifactIddropwizard-multi-config |
Version | Version0.1.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thenewentity/dropwizard-multi-config/ -->
<dependency>
<groupId>com.thenewentity</groupId>
<artifactId>dropwizard-multi-config</artifactId>
<version>0.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.thenewentity/dropwizard-multi-config/
implementation 'com.thenewentity:dropwizard-multi-config:0.1.12'
// https://jarcasting.com/artifacts/com.thenewentity/dropwizard-multi-config/
implementation ("com.thenewentity:dropwizard-multi-config:0.1.12")
'com.thenewentity:dropwizard-multi-config:jar:0.1.12'
<dependency org="com.thenewentity" name="dropwizard-multi-config" rev="0.1.12">
<artifact name="dropwizard-multi-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thenewentity', module='dropwizard-multi-config', version='0.1.12')
)
libraryDependencies += "com.thenewentity" % "dropwizard-multi-config" % "0.1.12"
[com.thenewentity/dropwizard-multi-config "0.1.12"]