d

dropwizard-config-providers

Dropwizard Config Providers is a utility library to assist in providing default config properties to dropwizard services.
https://github.com/kiwiproject/dropwizard-config-providers
文件下载
文件名 操作
dropwizard-config-providers-1.1.2.jar 下载
dropwizard-config-providers-1.1.2.pom 下载
dropwizard-config-providers-1.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.kiwiproject</groupId>
  <artifactId>dropwizard-config-providers</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'org.kiwiproject:dropwizard-config-providers:1.1.2'
Gradle Kotlin
implementation("org.kiwiproject:dropwizard-config-providers:1.1.2")
Scala SBT
libraryDependencies += "org.kiwiproject" % "dropwizard-config-providers" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.kiwiproject', module='dropwizard-config-providers', version='1.1.2')
)
Apache Ivy
<dependency org="org.kiwiproject" name="dropwizard-config-providers" rev="1.1.2" />
Leiningen
[org.kiwiproject/dropwizard-config-providers "1.1.2"]
Apache Buildr
'org.kiwiproject:dropwizard-config-providers:jar:1.1.2'