License |
License |
---|---|
GroupId | GroupIdcn.shazhengbo |
ArtifactId | ArtifactIdkafka-common |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Description基于SpringBoot封装的kafka工具包。
|
Project URL |
Project URL |
Filename | Size |
---|---|
kafka-common-1.0.6.pom | |
kafka-common-1.0.6.jar | 25 KB |
kafka-common-1.0.6-sources.jar | 18 KB |
kafka-common-1.0.6-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.shazhengbo/kafka-common/ -->
<dependency>
<groupId>cn.shazhengbo</groupId>
<artifactId>kafka-common</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/cn.shazhengbo/kafka-common/
implementation 'cn.shazhengbo:kafka-common:1.0.6'
// https://jarcasting.com/artifacts/cn.shazhengbo/kafka-common/
implementation ("cn.shazhengbo:kafka-common:1.0.6")
'cn.shazhengbo:kafka-common:jar:1.0.6'
<dependency org="cn.shazhengbo" name="kafka-common" rev="1.0.6">
<artifact name="kafka-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.shazhengbo', module='kafka-common', version='1.0.6')
)
libraryDependencies += "cn.shazhengbo" % "kafka-common" % "1.0.6"
[cn.shazhengbo/kafka-common "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure-processor | jar | 2.2.5.RELEASE |
org.springframework : spring-context | jar | |
org.springframework.kafka : spring-kafka | jar | 2.3.6.RELEASE |
org.springframework.boot : spring-boot | jar | 2.2.5.RELEASE |
com.fasterxml.jackson.core : jackson-databind | jar | |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | |
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |