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