| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdcn.org.faster | 
| ArtifactId | ArtifactIdspring-boot-starter-kafka | 
| Version | Version1.2.0.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-kafka/ -->
<dependency>
    <groupId>cn.org.faster</groupId>
    <artifactId>spring-boot-starter-kafka</artifactId>
    <version>1.2.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-kafka/
implementation 'cn.org.faster:spring-boot-starter-kafka:1.2.0.RELEASE'// https://jarcasting.com/artifacts/cn.org.faster/spring-boot-starter-kafka/
implementation ("cn.org.faster:spring-boot-starter-kafka:1.2.0.RELEASE")'cn.org.faster:spring-boot-starter-kafka:jar:1.2.0.RELEASE'<dependency org="cn.org.faster" name="spring-boot-starter-kafka" rev="1.2.0.RELEASE">
  <artifact name="spring-boot-starter-kafka" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.org.faster', module='spring-boot-starter-kafka', version='1.2.0.RELEASE')
)libraryDependencies += "cn.org.faster" % "spring-boot-starter-kafka" % "1.2.0.RELEASE"[cn.org.faster/spring-boot-starter-kafka "1.2.0.RELEASE"]