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