<dependency>
<groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-kafka</artifactId>
<version>4.0.1</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-kafka', version='4.0.1')
)
<parent> <groupId>io.dropwizard.modules</groupId> <artifactId>module-parent</artifactId> <version>4.0.2</version> </parent>
compile
|-- io.dropwizard:dropwizard-core
|-- org.apache.kafka:kafka-clients
|-- io.zipkin.brave:brave-instrumentation-kafka-clients:6.0.3
test
|-- org.junit.vintage:junit-vintage-engine
|-- io.dropwizard:dropwizard-testing