Last Version

bootique-kafka-client: Bootique wrapper for Kafka client for brokers version 0.10 and newer 0.25

Provides integration of various versions of Kafka clients with Bootique

License

License

Categories

Categories

CLI User Interface Bootique Web Frameworks
GroupId

GroupId

io.bootique.kafka.client
ArtifactId

ArtifactId

bootique-kafka-client
Version

Version

0.25
Type

Type

jar
Description

Description

bootique-kafka-client: Bootique wrapper for Kafka client for brokers version 0.10 and newer
Provides integration of various versions of Kafka clients with Bootique
Project Organization

Project Organization

ObjectStyle LLC

Download bootique-kafka-client 0.25


<!-- https://jarcasting.com/artifacts/io.bootique.kafka.client/bootique-kafka-client/ -->
<dependency>
    <groupId>io.bootique.kafka.client</groupId>
    <artifactId>bootique-kafka-client</artifactId>
    <version>0.25</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.kafka.client/bootique-kafka-client/
implementation 'io.bootique.kafka.client:bootique-kafka-client:0.25'
// https://jarcasting.com/artifacts/io.bootique.kafka.client/bootique-kafka-client/
implementation ("io.bootique.kafka.client:bootique-kafka-client:0.25")
'io.bootique.kafka.client:bootique-kafka-client:jar:0.25'
<dependency org="io.bootique.kafka.client" name="bootique-kafka-client" rev="0.25">
  <artifact name="bootique-kafka-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.kafka.client', module='bootique-kafka-client', version='0.25')
)
libraryDependencies += "io.bootique.kafka.client" % "bootique-kafka-client" % "0.25"
[io.bootique.kafka.client/bootique-kafka-client "0.25"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.kafka : kafka-clients jar 0.11.0.0
org.slf4j : slf4j-api jar 1.7.25
io.bootique : bootique jar 0.25

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.15.0
io.bootique : bootique-test jar 0.25

Project Modules

There are no modules declared in this project.