d

dropwizard-parent

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