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