is not current version
Last Version 2.7.1

org.xworker:xworker_kafka 1.0.0


GroupId

GroupId

org.xworker
ArtifactId

ArtifactId

xworker_kafka
Version

Version

1.0.0
Type

Type

jar

Download xworker_kafka 1.0.0


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