MVN

com.github.vivekkothari : dropwizard-trim

Maven & Gradle

Dec 26, 2020
0 stars

dropwizard-trim · A dropwizard bundle which trims config values.

<dependency>
    <groupId>com.github.vivekkothari</groupId>
    <artifactId>dropwizard-trim</artifactId>
    <version>2.0.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vivekkothari : dropwizard-trim to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.17
  • Latest Release Candidate: 1.0.0-rc4

All Versions

Choose a version of com.github.vivekkothari : dropwizard-trim to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
dropwizard-trim-2.0.17
1.2.x
dropwizard-trim-1.2.4
1.0.x
dropwizard-trim-1.0.0-rc4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.vivekkothari</groupId>
    <artifactId>dropwizard-trim</artifactId>
    <version>2.0.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vivekkothari : dropwizard-trim gradle dependency to your build.gradle file:

implementation 'com.github.vivekkothari:dropwizard-trim:2.0.17'

Gradle Kotlin DSL: Add the following com.github.vivekkothari : dropwizard-trim gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vivekkothari:dropwizard-trim:2.0.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vivekkothari : dropwizard-trim sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vivekkothari" % "dropwizard-trim" % "2.0.17"

Advertisement