MVN

com.thenewentity : dropwizard-multi-config

Maven & Gradle

Apr 20, 2016
1 stars

Dropwizard Multi Config · Dropwizard Multiple Configuration Support

<dependency>
    <groupId>com.thenewentity</groupId>
    <artifactId>dropwizard-multi-config</artifactId>
    <version>0.5.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thenewentity : dropwizard-multi-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.25

All Versions

Choose a version of com.thenewentity : dropwizard-multi-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
dropwizard-multi-config-0.5.25
0.3.x
dropwizard-multi-config-0.3.17
0.2.x
dropwizard-multi-config-0.2.15
0.1.x
dropwizard-multi-config-0.1.12

How to add a dependency to Maven

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

<dependency>
    <groupId>com.thenewentity</groupId>
    <artifactId>dropwizard-multi-config</artifactId>
    <version>0.5.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thenewentity : dropwizard-multi-config gradle dependency to your build.gradle file:

implementation 'com.thenewentity:dropwizard-multi-config:0.5.25'

Gradle Kotlin DSL: Add the following com.thenewentity : dropwizard-multi-config gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thenewentity:dropwizard-multi-config:0.5.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thenewentity : dropwizard-multi-config sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thenewentity" % "dropwizard-multi-config" % "0.5.25"