<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>2.3.14.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.kafka', module='spring-kafka', version='2.3.14.RELEASE')
)
compile
|-- com.fasterxml.jackson.core:jackson-core:2.10.5
|-- com.fasterxml.jackson.core:jackson-databind:2.10.5.1
|-- com.jayway.jsonpath:json-path:2.4.0
|-- io.micrometer:micrometer-core:1.3.16
|-- io.projectreactor.kafka:reactor-kafka:1.2.5.RELEASE
|-- io.projectreactor:reactor-core:3.3.12.RELEASE
|-- org.apache.kafka:kafka-clients:2.3.1
|-- org.apache.kafka:kafka-streams:2.3.1
|-- org.springframework.data:spring-data-commons:2.2.12.RELEASE
|-- org.springframework.retry:spring-retry:1.2.5.RELEASE
|-- org.springframework:spring-context:5.2.12.RELEASE