| Categories | CategoriesAWS Container PaaS Providers | 
|---|---|
| GroupId | GroupIdorg.springframework.cloud.stream.app | 
| ArtifactId | ArtifactIdspring-cloud-starter-stream-aws-integration-tests | 
| Version | Version1.0.0.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-starter-stream-aws-integration-tests/ -->
<dependency>
    <groupId>org.springframework.cloud.stream.app</groupId>
    <artifactId>spring-cloud-starter-stream-aws-integration-tests</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-starter-stream-aws-integration-tests/
implementation 'org.springframework.cloud.stream.app:spring-cloud-starter-stream-aws-integration-tests:1.0.0.RELEASE'// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-starter-stream-aws-integration-tests/
implementation ("org.springframework.cloud.stream.app:spring-cloud-starter-stream-aws-integration-tests:1.0.0.RELEASE")'org.springframework.cloud.stream.app:spring-cloud-starter-stream-aws-integration-tests:jar:1.0.0.RELEASE'<dependency org="org.springframework.cloud.stream.app" name="spring-cloud-starter-stream-aws-integration-tests" rev="1.0.0.RELEASE">
  <artifact name="spring-cloud-starter-stream-aws-integration-tests" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.cloud.stream.app', module='spring-cloud-starter-stream-aws-integration-tests', version='1.0.0.RELEASE')
)libraryDependencies += "org.springframework.cloud.stream.app" % "spring-cloud-starter-stream-aws-integration-tests" % "1.0.0.RELEASE"[org.springframework.cloud.stream.app/spring-cloud-starter-stream-aws-integration-tests "1.0.0.RELEASE"]