buildscript { dependencies { classpath "io.spring.gradle:dependency-management-plugin:0.5.2.RELEASE" } } apply plugin: "io.spring.dependency-management" dependencyManagement { imports { mavenBom '{@= groupId @}:spring-cloud-stream-dependencies:{@= version @}' } } dependencies { compile '{@= groupId @}:spring-cloud-stream' compile 'org.springframework.cloud:spring-cloud-starter-stream-kafka' }