#Core components shared by other projects in the app starters organization This module consists of core dependencies and other common artifacts.
License |
License |
---|---|
GroupId | GroupIdorg.springframework.cloud.stream.app |
ArtifactId | ArtifactIdapp-starters-test-support |
Last Version | Last Version2.1.6.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Cloud parent pom, managing plugins and dependencies for Spring
Cloud projects
|
Project Organization |
Project Organization |
<!-- 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>2.1.6.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:2.1.6.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/app-starters-test-support/
implementation ("org.springframework.cloud.stream.app:app-starters-test-support:2.1.6.RELEASE")
'org.springframework.cloud.stream.app:app-starters-test-support:jar:2.1.6.RELEASE'
<dependency org="org.springframework.cloud.stream.app" name="app-starters-test-support" rev="2.1.6.RELEASE">
<artifact name="app-starters-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud.stream.app', module='app-starters-test-support', version='2.1.6.RELEASE')
)
libraryDependencies += "org.springframework.cloud.stream.app" % "app-starters-test-support" % "2.1.6.RELEASE"
[org.springframework.cloud.stream.app/app-starters-test-support "2.1.6.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.cloud : spring-cloud-stream-test-support | jar |
#Core components shared by other projects in the app starters organization This module consists of core dependencies and other common artifacts.