MVN

com.github.mtakaki : dropwizard-petite

Maven & Gradle

Feb 05, 2019
2 stars

Dropwizard jodd petite bundle · Jodd Petite integration for dropwizard

<dependency>
    <groupId>com.github.mtakaki</groupId>
    <artifactId>dropwizard-petite</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.3.8

All Versions

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

Version Vulnerabilities Updated
1.3.x
dropwizard-petite-1.3.8
1.1.x
dropwizard-petite-1.1.4
1.0.x
dropwizard-petite-1.0.0
0.0.x
dropwizard-petite-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.mtakaki</groupId>
    <artifactId>dropwizard-petite</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.mtakaki:dropwizard-petite:1.3.8'

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

implementation("com.github.mtakaki:dropwizard-petite:1.3.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.mtakaki" % "dropwizard-petite" % "1.3.8"

Advertisement