<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-service-utilities</artifactId>
<version>4.0.1</version>
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='dropwizard-service-utilities', version='4.0.1')
)
<parent> <groupId>org.kiwiproject</groupId> <artifactId>kiwi-parent</artifactId> <version>3.0.20</version> </parent>
compile
|-- io.dropwizard:dropwizard-core
|-- io.dropwizard:dropwizard-client
|-- org.kiwiproject:dropwizard-curator
|-- org.kiwiproject:metrics-healthchecks-severity
|-- org.kiwiproject:service-discovery-client
provided
|-- org.apache.zookeeper:zookeeper
|-- org.mongodb:mongodb-driver-sync
|-- org.mongodb:mongodb-driver-core
|-- org.kiwiproject:registry-aware-jersey-client
test
|-- org.apache.curator:curator-test
|-- io.dropwizard:dropwizard-testing
|-- org.hibernate.orm:hibernate-core
|-- com.squareup.okhttp3:mockwebserver:4.12.0