<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>dropwizard-service-utilities</artifactId>
<version>1.2.1</version>
</dependency>
@Grapes(
@Grab(group='org.kiwiproject', module='dropwizard-service-utilities', version='1.2.1')
)
<parent> <groupId>org.kiwiproject</groupId> <artifactId>kiwi-parent</artifactId> <version>1.6.0</version> </parent>
compile
|-- io.dropwizard:dropwizard-core
|-- org.kiwiproject:dropwizard-curator:1.1.2
|-- org.kiwiproject:kiwi:1.2.0
|-- org.kiwiproject:metrics-healthchecks-severity:1.0.2
|-- org.kiwiproject:service-discovery-client:1.1.1
provided
|-- org.apache.zookeeper:zookeeper
|-- org.mongodb:mongo-java-driver
|-- org.kiwiproject:registry-aware-jersey-client:1.1.2
test
|-- org.apache.curator:curator-test
|-- io.dropwizard:dropwizard-client
|-- io.dropwizard:dropwizard-testing
|-- org.hibernate:hibernate-core