s

spring-cloud-stream-test-support-internal

Set of classes and utility code that may assist in testing both spring-cloud-stream itself, and also modules.
文件下载
文件名 操作
spring-cloud-stream-test-support-internal-3.0.9.RELEASE.jar 下载
spring-cloud-stream-test-support-internal-3.0.9.RELEASE.pom 下载
spring-cloud-stream-test-support-internal-3.0.9.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-stream-test-support-internal</artifactId>
  <version>3.0.9.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.cloud:spring-cloud-stream-test-support-internal:3.0.9.RELEASE'
Gradle Kotlin
implementation("org.springframework.cloud:spring-cloud-stream-test-support-internal:3.0.9.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.cloud" % "spring-cloud-stream-test-support-internal" % "3.0.9.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.cloud', module='spring-cloud-stream-test-support-internal', version='3.0.9.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.cloud" name="spring-cloud-stream-test-support-internal" rev="3.0.9.RELEASE" />
Leiningen
[org.springframework.cloud/spring-cloud-stream-test-support-internal "3.0.9.RELEASE"]
Apache Buildr
'org.springframework.cloud:spring-cloud-stream-test-support-internal:jar:3.0.9.RELEASE'