| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
| GroupId | GroupIdio.github.goudai | 
    
| ArtifactId | ArtifactIdspring-boot-starter-kafka-producer | 
    
| Last Version | Last Version2.2.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionParent pom providing dependency and plugin management for applications
		built with Maven 
         | 
    
| Project URL | 
                    Project URL | 
            
<!-- https://jarcasting.com/artifacts/io.github.goudai/spring-boot-starter-kafka-producer/ -->
<dependency>
    <groupId>io.github.goudai</groupId>
    <artifactId>spring-boot-starter-kafka-producer</artifactId>
    <version>2.2.2</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.goudai/spring-boot-starter-kafka-producer/
implementation 'io.github.goudai:spring-boot-starter-kafka-producer:2.2.2'
                // https://jarcasting.com/artifacts/io.github.goudai/spring-boot-starter-kafka-producer/
implementation ("io.github.goudai:spring-boot-starter-kafka-producer:2.2.2")
                'io.github.goudai:spring-boot-starter-kafka-producer:jar:2.2.2'
                <dependency org="io.github.goudai" name="spring-boot-starter-kafka-producer" rev="2.2.2">
  <artifact name="spring-boot-starter-kafka-producer" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.goudai', module='spring-boot-starter-kafka-producer', version='2.2.2')
)
                libraryDependencies += "io.github.goudai" % "spring-boot-starter-kafka-producer" % "2.2.2"
                [io.github.goudai/spring-boot-starter-kafka-producer "2.2.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.kafka : kafka-clients | jar | 2.2.0 | 
| org.springframework.boot : spring-boot | jar | 2.1.4.RELEASE | 
| io.github.goudai : spring-boot-starter-kafka-core | jar | 2.2.2 | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.4.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.6 |