License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdio.dropwizard.modules |
ArtifactId | ArtifactIddropwizard-kafka |
Last Version | Last Version1.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Kafka
Provides easy integration for Dropwizard applications with Apache Kafka
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dropwizard-kafka-1.8.0.pom | |
dropwizard-kafka-1.8.0.jar | 67 KB |
dropwizard-kafka-1.8.0-sources.jar | 39 KB |
dropwizard-kafka-1.8.0-javadoc.jar | 286 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-kafka/ -->
<dependency>
<groupId>io.dropwizard.modules</groupId>
<artifactId>dropwizard-kafka</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-kafka/
implementation 'io.dropwizard.modules:dropwizard-kafka:1.8.0'
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-kafka/
implementation ("io.dropwizard.modules:dropwizard-kafka:1.8.0")
'io.dropwizard.modules:dropwizard-kafka:jar:1.8.0'
<dependency org="io.dropwizard.modules" name="dropwizard-kafka" rev="1.8.0">
<artifact name="dropwizard-kafka" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-kafka', version='1.8.0')
)
libraryDependencies += "io.dropwizard.modules" % "dropwizard-kafka" % "1.8.0"
[io.dropwizard.modules/dropwizard-kafka "1.8.0"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | |
org.apache.kafka : kafka-clients | jar | 3.2.0 |
io.zipkin.brave : brave-instrumentation-kafka-clients | jar | 5.13.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.mockito : mockito-core | jar | |
io.dropwizard : dropwizard-testing | jar | |
org.springframework.kafka : spring-kafka-test | jar | 2.8.6 |
org.assertj : assertj-core | jar |