<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>2.1.7.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.kafka', module='spring-kafka', version='2.1.7.RELEASE')
)
compile
|-- org.springframework:spring-context:5.0.6.RELEASE
|-- org.springframework:spring-messaging:5.0.6.RELEASE
|-- org.springframework:spring-tx:5.0.6.RELEASE
|-- org.springframework.retry:spring-retry:1.2.2.RELEASE
|-- org.apache.kafka:kafka-clients:1.0.1
|-- org.apache.kafka:kafka-streams:1.0.1
|-- com.fasterxml.jackson.core:jackson-core:2.9.4
|-- com.fasterxml.jackson.core:jackson-databind:2.9.4
|-- org.springframework.data:spring-data-commons:2.0.4.RELEASE