d

dropwizard-parent

Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web applications.
Files download
File Operation
dropwizard-parent-2.0.0-rc14.pom download
Apache Maven
<dependency>
  <groupId>io.dropwizard</groupId>
  <artifactId>dropwizard-parent</artifactId>
  <version>2.0.0-rc14</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.dropwizard:dropwizard-parent:2.0.0-rc14'
Gradle Kotlin
implementation("io.dropwizard:dropwizard-parent:2.0.0-rc14")
Scala SBT
libraryDependencies += "io.dropwizard" % "dropwizard-parent" % "2.0.0-rc14"
Groovy Grape
@Grapes(
  @Grab(group='io.dropwizard', module='dropwizard-parent', version='2.0.0-rc14')
)
Apache Ivy
<dependency org="io.dropwizard" name="dropwizard-parent" rev="2.0.0-rc14" />
Leiningen
[io.dropwizard/dropwizard-parent "2.0.0-rc14"]
Apache Buildr
'io.dropwizard:dropwizard-parent:jar:2.0.0-rc14'