<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-service-utilities</artifactId>
<version>3.4.0</version>
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='dropwizard-service-utilities', version='3.4.0')
)
<parent> <groupId>org.kiwiproject</groupId> <artifactId>kiwi-parent</artifactId> <version>3.0.12</version> </parent>
compile
|-- io.dropwizard:dropwizard-core
|-- org.kiwiproject:dropwizard-curator:2.1.1
|-- org.kiwiproject:metrics-healthchecks-severity:2.0.2
|-- org.kiwiproject:service-discovery-client:2.0.3
provided
|-- org.apache.zookeeper:zookeeper
|-- org.mongodb:mongodb-driver-sync
|-- org.mongodb:mongodb-driver-core
|-- org.kiwiproject:registry-aware-jersey-client:2.0.4
test
|-- org.apache.curator:curator-test
|-- io.dropwizard:dropwizard-client
|-- io.dropwizard:dropwizard-testing
|-- org.hibernate.orm:hibernate-core