is not current version
Last Version 0.0.2-RELEASE

cn.antcore:AntKafka 0.0.1-RELEASE

This is AntKafka.

Categories

Categories

Ant Build Tools
GroupId

GroupId

cn.antcore
ArtifactId

ArtifactId

AntKafka
Version

Version

0.0.1-RELEASE
Type

Type

jar

Download AntKafka 0.0.1-RELEASE


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