<dependency>
<groupId>com.squareup.keywhiz</groupId>
<artifactId>keywhiz-server</artifactId>
<version>0.7.6</version>
</dependency>
@Grapes(
@Grab(group='com.squareup.keywhiz', module='keywhiz-server', version='0.7.6')
)
<parent> <groupId>com.squareup.keywhiz</groupId> <artifactId>keywhiz-parent</artifactId> <version>0.7.6</version> </parent>
compile
|-- com.squareup.keywhiz:keywhiz-api
|-- com.squareup.keywhiz:keywhiz-hkdf
|-- com.squareup.keywhiz:keywhiz-model
|-- org.slf4j:log4j-over-slf4j
|-- com.google.inject.extensions:guice-multibindings
|-- io.dropwizard:dropwizard-db
|-- io.dropwizard:dropwizard-views
|-- io.dropwizard:dropwizard-views-mustache
|-- io.dropwizard.modules:dropwizard-java8
|-- io.dropwizard.modules:dropwizard-java8-auth
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.unboundid:unboundid-ldapsdk
|-- org.bouncycastle:bcprov-jdk15on
|-- com.google.auto.service:auto-service
test
|-- junit:junit
|-- org.powermock:powermock-module-junit4
|-- org.powermock:powermock-api-mockito
|-- com.google.inject.extensions:guice-testlib
|-- com.squareup.keywhiz:keywhiz-client