<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>2.2.7.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.kafka', module='spring-kafka', version='2.2.7.RELEASE')
)
compile
|-- org.springframework:spring-context:5.1.7.RELEASE
|-- org.springframework:spring-messaging:5.1.7.RELEASE
|-- org.springframework:spring-tx:5.1.7.RELEASE
|-- org.springframework.retry:spring-retry:1.2.4.RELEASE
|-- org.apache.kafka:kafka-clients:2.0.1
|-- org.apache.kafka:kafka-streams:2.0.1
|-- com.fasterxml.jackson.core:jackson-core:2.9.9
|-- com.fasterxml.jackson.core:jackson-databind:2.9.9
|-- org.springframework.data:spring-data-commons:2.1.9.RELEASE