is not current version
Last Version 3.2.4

org.springframework.cloud:spring-cloud-stream-starter-build Ditmars.SR3

Spring Cloud Stream Release Build

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-stream-starter-build
Version

Version

Ditmars.SR3
Type

Type

pom

Download spring-cloud-stream-starter-build Ditmars.SR3


<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream-starter-build/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-stream-starter-build</artifactId>
    <version>Ditmars.SR3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream-starter-build/
implementation 'org.springframework.cloud:spring-cloud-stream-starter-build:Ditmars.SR3'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream-starter-build/
implementation ("org.springframework.cloud:spring-cloud-stream-starter-build:Ditmars.SR3")
'org.springframework.cloud:spring-cloud-stream-starter-build:pom:Ditmars.SR3'
<dependency org="org.springframework.cloud" name="spring-cloud-stream-starter-build" rev="Ditmars.SR3">
  <artifact name="spring-cloud-stream-starter-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-stream-starter-build', version='Ditmars.SR3')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-stream-starter-build" % "Ditmars.SR3"
[org.springframework.cloud/spring-cloud-stream-starter-build "Ditmars.SR3"]