<dependency>
<groupId>io.codearte.accurest</groupId>
<artifactId>stub-runner-messaging-stream</artifactId>
<version>1.1.0-M3</version>
</dependency>
libraryDependencies += "io.codearte.accurest" % "stub-runner-messaging-stream" % "1.1.0-M3"
@Grapes(
@Grab(group='io.codearte.accurest', module='stub-runner-messaging-stream', version='1.1.0-M3')
)
<dependency org="io.codearte.accurest" name="stub-runner-messaging-stream" rev="1.1.0-M3" />
compile
|-- org.springframework.integration:spring-integration-java-dsl:1.1.2.RELEASE
|-- io.codearte.accurest:accurest-messaging-stream:1.1.0-M3
|-- io.codearte.accurest:stub-runner-spring:1.1.0-M3
test
|-- info.solidsoft.spock:spock-global-unroll:0.5.0
|-- org.springframework.boot:spring-boot-starter-test:1.3.3.RELEASE
|-- org.springframework.cloud:spring-cloud-stream-test-support:1.0.0.RC2
|-- org.spockframework:spock-core:1.0-groovy-2.4
|-- org.spockframework:spock-spring:1.0-groovy-2.4