Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.goudai |
ArtifactId | ArtifactIdspring-boot-starter-kafka |
Version | Version2.2.0 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-starter-kafka-2.2.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.goudai/spring-boot-starter-kafka/ -->
<dependency>
<groupId>io.github.goudai</groupId>
<artifactId>spring-boot-starter-kafka</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.goudai/spring-boot-starter-kafka/
implementation 'io.github.goudai:spring-boot-starter-kafka:2.2.0'
// https://jarcasting.com/artifacts/io.github.goudai/spring-boot-starter-kafka/
implementation ("io.github.goudai:spring-boot-starter-kafka:2.2.0")
'io.github.goudai:spring-boot-starter-kafka:pom:2.2.0'
<dependency org="io.github.goudai" name="spring-boot-starter-kafka" rev="2.2.0">
<artifact name="spring-boot-starter-kafka" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.goudai', module='spring-boot-starter-kafka', version='2.2.0')
)
libraryDependencies += "io.github.goudai" % "spring-boot-starter-kafka" % "2.2.0"
[io.github.goudai/spring-boot-starter-kafka "2.2.0"]