is not current version
Last Version 1.1.6

org.kiwiproject:dropwizard-config-providers 0.13.0

Dropwizard Config Providers is a utility library to assist in providing default config properties to dropwizard services.

Categories

Categories

IDE Development Tools DropWizard Container Microservices config Application Layer Libs Configuration
GroupId

GroupId

org.kiwiproject
ArtifactId

ArtifactId

dropwizard-config-providers
Version

Version

0.13.0
Type

Type

jar

Download dropwizard-config-providers 0.13.0


<!-- https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-config-providers/ -->
<dependency>
    <groupId>org.kiwiproject</groupId>
    <artifactId>dropwizard-config-providers</artifactId>
    <version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-config-providers/
implementation 'org.kiwiproject:dropwizard-config-providers:0.13.0'
// https://jarcasting.com/artifacts/org.kiwiproject/dropwizard-config-providers/
implementation ("org.kiwiproject:dropwizard-config-providers:0.13.0")
'org.kiwiproject:dropwizard-config-providers:jar:0.13.0'
<dependency org="org.kiwiproject" name="dropwizard-config-providers" rev="0.13.0">
  <artifact name="dropwizard-config-providers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='dropwizard-config-providers', version='0.13.0')
)
libraryDependencies += "org.kiwiproject" % "dropwizard-config-providers" % "0.13.0"
[org.kiwiproject/dropwizard-config-providers "0.13.0"]