File | Operation |
---|---|
spring-cloud-stream-parent-3.0.5.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-parent</artifactId>
<version>3.0.5.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-stream-parent" % "3.0.5.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-stream-parent', version='3.0.5.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-stream-parent" rev="3.0.5.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-build</artifactId> <version>2.3.0.RELEASE</version> </parent>