is not current version
Last Version 0.25

io.bootique.kafka.client:bootique-kafka-client-parent 0.24

Provides integration of various versions of Kafka clients with Bootique

Categories

Categories

CLI User Interface Bootique Web Frameworks
GroupId

GroupId

io.bootique.kafka.client
ArtifactId

ArtifactId

bootique-kafka-client-parent
Version

Version

0.24
Type

Type

pom

Download bootique-kafka-client-parent 0.24


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