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-3.9.0.jar download
dropwizard-service-utilities-3.9.0.pom download
dropwizard-service-utilities-3.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.kiwiproject</groupId>
  <artifactId>dropwizard-service-utilities</artifactId>
  <version>3.9.0</version>
</dependency>
Gradle Groovy
implementation 'org.kiwiproject:dropwizard-service-utilities:3.9.0'
Gradle Kotlin
implementation("org.kiwiproject:dropwizard-service-utilities:3.9.0")
Scala SBT
libraryDependencies += "org.kiwiproject" % "dropwizard-service-utilities" % "3.9.0"
Groovy Grape
@Grapes(
  @Grab(group='org.kiwiproject', module='dropwizard-service-utilities', version='3.9.0')
)
Apache Ivy
<dependency org="org.kiwiproject" name="dropwizard-service-utilities" rev="3.9.0" />
Leiningen
[org.kiwiproject/dropwizard-service-utilities "3.9.0"]
Apache Buildr
'org.kiwiproject:dropwizard-service-utilities:jar:3.9.0'