is not current version
Last Version 1.0.6

cn.shazhengbo:kafka-common 1.0.1

基于SpringBoot封装的kafka工具包。

GroupId

GroupId

cn.shazhengbo
ArtifactId

ArtifactId

kafka-common
Version

Version

1.0.1
Type

Type

jar

Download kafka-common 1.0.1


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