is not current version
Last Version 0.2.1-RC3

io.github.jeqo.kafka:kafka-clients 0.1.0-RC4

Kafka Client experimental libraries

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.jeqo.kafka
ArtifactId

ArtifactId

kafka-clients
Version

Version

0.1.0-RC4
Type

Type

pom

Download kafka-clients 0.1.0-RC4


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