MVN

de.thomaskrille : dropwizard-template-config

Maven & Gradle

Feb 19, 2017
3 usages
48 stars

Dropwizard Template Configuration · Dropwizard bundle that enables you to write your config.yaml as a template.

<dependency>
    <groupId>de.thomaskrille</groupId>
    <artifactId>dropwizard-template-config</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.thomaskrille : dropwizard-template-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of de.thomaskrille : dropwizard-template-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
dropwizard-template-config-1.5.0
1.4.x
dropwizard-template-config-1.4.0
1.3.x
dropwizard-template-config-1.3.0
1.2.x
dropwizard-template-config-1.2.0
1.1.x
dropwizard-template-config-1.1.0
1.0.x
dropwizard-template-config-1.0.0
0.6.x
dropwizard-template-config-0.6.0
0.5.x
dropwizard-template-config-0.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>de.thomaskrille</groupId>
    <artifactId>dropwizard-template-config</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.thomaskrille : dropwizard-template-config gradle dependency to your build.gradle file:

implementation 'de.thomaskrille:dropwizard-template-config:1.5.0'

Gradle Kotlin DSL: Add the following de.thomaskrille : dropwizard-template-config gradle kotlin dependency to your build.gradle.kts file:

implementation("de.thomaskrille:dropwizard-template-config:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.thomaskrille : dropwizard-template-config sbt scala dependency to your build.sbt file:

libraryDependencies += "de.thomaskrille" % "dropwizard-template-config" % "1.5.0"

Advertisement