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