d

dropwizard-service-utilities

Set of utilities to aid in setting up Dropwizard services
https://github.com/kiwiproject/dropwizard-service-utilities
Files download
File Operation
dropwizard-service-utilities-0.4.0.jar download
dropwizard-service-utilities-0.4.0.pom download
dropwizard-service-utilities-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kiwiproject</groupId>
  <artifactId>dropwizard-service-utilities</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'org.kiwiproject:dropwizard-service-utilities:0.4.0'
Gradle Kotlin
implementation("org.kiwiproject:dropwizard-service-utilities:0.4.0")
Scala SBT
libraryDependencies += "org.kiwiproject" % "dropwizard-service-utilities" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.kiwiproject', module='dropwizard-service-utilities', version='0.4.0')
)
Apache Ivy
<dependency org="org.kiwiproject" name="dropwizard-service-utilities" rev="0.4.0" />
Leiningen
[org.kiwiproject/dropwizard-service-utilities "0.4.0"]
Apache Buildr
'org.kiwiproject:dropwizard-service-utilities:jar:0.4.0'