<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-kafka</artifactId>
<version>1.2.1.RELEASE</version>
</dependency>
implementation 'org.springframework.integration:spring-integration-kafka:1.2.1.RELEASE'
implementation("org.springframework.integration:spring-integration-kafka:1.2.1.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-kafka" % "1.2.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-kafka', version='1.2.1.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-kafka" rev="1.2.1.RELEASE" />
compile
|-- org.apache.avro:avro-compiler:1.7.6
|-- org.apache.avro:avro:1.7.6
|-- org.apache.kafka:kafka-clients:0.8.2.1
|-- io.projectreactor:reactor-core:2.0.3.RELEASE
|-- org.apache.kafka:kafka_2.10:0.8.2.1
|-- org.springframework.integration:spring-integration-core:4.1.5.RELEASE
|-- com.goldmansachs:gs-collections:5.0.0
runtime