GroupId | GroupIdorg.springframework.cloud.stream.app |
---|---|
ArtifactId | ArtifactIdapp-starters-test-support |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/app-starters-test-support/ -->
<dependency>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>app-starters-test-support</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/app-starters-test-support/
implementation 'org.springframework.cloud.stream.app:app-starters-test-support:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/app-starters-test-support/
implementation ("org.springframework.cloud.stream.app:app-starters-test-support:1.0.0.RELEASE")
'org.springframework.cloud.stream.app:app-starters-test-support:jar:1.0.0.RELEASE'
<dependency org="org.springframework.cloud.stream.app" name="app-starters-test-support" rev="1.0.0.RELEASE">
<artifact name="app-starters-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud.stream.app', module='app-starters-test-support', version='1.0.0.RELEASE')
)
libraryDependencies += "org.springframework.cloud.stream.app" % "app-starters-test-support" % "1.0.0.RELEASE"
[org.springframework.cloud.stream.app/app-starters-test-support "1.0.0.RELEASE"]