is not current version
Last Version 1.0.6

cn.shazhengbo:kafka-common 1.0.0


GroupId

GroupId

cn.shazhengbo
ArtifactId

ArtifactId

kafka-common
Version

Version

1.0.0
Type

Type

jar

Download kafka-common 1.0.0


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