| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdio.github.goudai | 
    
| ArtifactId | ArtifactIdspring-boot-starter-kafka | 
    
| Last Version | Last Version2.2.2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionParent pom providing dependency and plugin management for applications
		built with Maven 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| spring-boot-starter-kafka-2.2.2.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.2</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.2'
                // https://jarcasting.com/artifacts/io.github.goudai/spring-boot-starter-kafka/
implementation ("io.github.goudai:spring-boot-starter-kafka:2.2.2")
                'io.github.goudai:spring-boot-starter-kafka:pom:2.2.2'
                <dependency org="io.github.goudai" name="spring-boot-starter-kafka" rev="2.2.2">
  <artifact name="spring-boot-starter-kafka" type="pom" />
</dependency>
                @Grapes(
@Grab(group='io.github.goudai', module='spring-boot-starter-kafka', version='2.2.2')
)
                libraryDependencies += "io.github.goudai" % "spring-boot-starter-kafka" % "2.2.2"
                [io.github.goudai/spring-boot-starter-kafka "2.2.2"]