MVN

ru.vyarus : dropwizard-config-updater

Maven & Gradle

Jun 11, 2022
11 stars

dropwizard-config-updater · Yaml config updater integration for dropwizard

<dependency>
    <groupId>ru.vyarus</groupId>
    <artifactId>dropwizard-config-updater</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.vyarus : dropwizard-config-updater to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.2

All Versions

Choose a version of ru.vyarus : dropwizard-config-updater to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
dropwizard-config-updater-1.4.2
dropwizard-config-updater-1.4.1
dropwizard-config-updater-1.4.0
1.3.x
dropwizard-config-updater-1.3.3
dropwizard-config-updater-1.3.2
dropwizard-config-updater-1.3.1
dropwizard-config-updater-1.3.0
1.2.x
dropwizard-config-updater-1.2.0
1.1.x
dropwizard-config-updater-1.1.0
1.0.x
dropwizard-config-updater-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>ru.vyarus</groupId>
    <artifactId>dropwizard-config-updater</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.vyarus : dropwizard-config-updater gradle dependency to your build.gradle file:

implementation 'ru.vyarus:dropwizard-config-updater:1.4.2'

Gradle Kotlin DSL: Add the following ru.vyarus : dropwizard-config-updater gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.vyarus:dropwizard-config-updater:1.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.vyarus : dropwizard-config-updater sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.vyarus" % "dropwizard-config-updater" % "1.4.2"