is not current version
Last Version 2.0.1

io.bootique.kafka:bootique-kafka-client 1.0


Categories

Categories

CLI User Interface Bootique Web Frameworks
GroupId

GroupId

io.bootique.kafka
ArtifactId

ArtifactId

bootique-kafka-client
Version

Version

1.0
Type

Type

jar

Download bootique-kafka-client 1.0


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