MVN

org.kiwiproject : dropwizard-config-providers

Maven & Gradle

Aug 07, 2023
6 usages
0 stars

org.kiwiproject:dropwizard-config-providers · Dropwizard Config Providers is a utility library to assist in providing default config properties to dropwizard services.

<dependency>
    <groupId>org.kiwiproject</groupId>
    <artifactId>dropwizard-config-providers</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kiwiproject : dropwizard-config-providers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of org.kiwiproject : dropwizard-config-providers to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
dropwizard-config-providers-2.0.0
1.1.x
dropwizard-config-providers-1.1.13
dropwizard-config-providers-1.1.12
dropwizard-config-providers-1.1.11
dropwizard-config-providers-1.1.10
dropwizard-config-providers-1.1.9
dropwizard-config-providers-1.1.8
dropwizard-config-providers-1.1.7
dropwizard-config-providers-1.1.6
dropwizard-config-providers-1.1.5
dropwizard-config-providers-1.1.4
dropwizard-config-providers-1.1.3
dropwizard-config-providers-1.1.2
dropwizard-config-providers-1.1.1
dropwizard-config-providers-1.1.0
1.0.x
dropwizard-config-providers-1.0.0
0.17.x
dropwizard-config-providers-0.17.0
0.16.x
dropwizard-config-providers-0.16.0
0.15.x
dropwizard-config-providers-0.15.0
0.14.x
dropwizard-config-providers-0.14.0
0.13.x
dropwizard-config-providers-0.13.0
0.12.x
dropwizard-config-providers-0.12.0
0.11.x
dropwizard-config-providers-0.11.0
0.10.x
dropwizard-config-providers-0.10.0
0.9.x
dropwizard-config-providers-0.9.0
0.8.x
dropwizard-config-providers-0.8.0
0.7.x
dropwizard-config-providers-0.7.0
0.6.x
dropwizard-config-providers-0.6.0
0.5.x
dropwizard-config-providers-0.5.0
0.4.x
dropwizard-config-providers-0.4.2
dropwizard-config-providers-0.4.1
dropwizard-config-providers-0.4.0
0.3.x
dropwizard-config-providers-0.3.0
0.2.x
dropwizard-config-providers-0.2.0
0.1.x
dropwizard-config-providers-0.1.0

How to add a dependency to Maven

Add the following org.kiwiproject : dropwizard-config-providers maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kiwiproject</groupId>
    <artifactId>dropwizard-config-providers</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kiwiproject : dropwizard-config-providers gradle dependency to your build.gradle file:

implementation 'org.kiwiproject:dropwizard-config-providers:2.0.0'

Gradle Kotlin DSL: Add the following org.kiwiproject : dropwizard-config-providers gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kiwiproject:dropwizard-config-providers:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kiwiproject : dropwizard-config-providers sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kiwiproject" % "dropwizard-config-providers" % "2.0.0"