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