is not current version
Last Version 0.6.6

com.marmoush.jutils:kafka 0.6.2

Kafka Module

GroupId

GroupId

com.marmoush.jutils
ArtifactId

ArtifactId

kafka
Version

Version

0.6.2
Type

Type

jar

Download kafka 0.6.2


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