| GroupId | GroupIdcom.bpfaas | 
|---|---|
| ArtifactId | ArtifactIdbpfaas-spring-cloud-starter-stream-rabbit | 
| Version | Version3.0.2.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.bpfaas/bpfaas-spring-cloud-starter-stream-rabbit/ -->
<dependency>
    <groupId>com.bpfaas</groupId>
    <artifactId>bpfaas-spring-cloud-starter-stream-rabbit</artifactId>
    <version>3.0.2.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.bpfaas/bpfaas-spring-cloud-starter-stream-rabbit/
implementation 'com.bpfaas:bpfaas-spring-cloud-starter-stream-rabbit:3.0.2.RELEASE'// https://jarcasting.com/artifacts/com.bpfaas/bpfaas-spring-cloud-starter-stream-rabbit/
implementation ("com.bpfaas:bpfaas-spring-cloud-starter-stream-rabbit:3.0.2.RELEASE")'com.bpfaas:bpfaas-spring-cloud-starter-stream-rabbit:jar:3.0.2.RELEASE'<dependency org="com.bpfaas" name="bpfaas-spring-cloud-starter-stream-rabbit" rev="3.0.2.RELEASE">
  <artifact name="bpfaas-spring-cloud-starter-stream-rabbit" type="jar" />
</dependency>@Grapes(
@Grab(group='com.bpfaas', module='bpfaas-spring-cloud-starter-stream-rabbit', version='3.0.2.RELEASE')
)libraryDependencies += "com.bpfaas" % "bpfaas-spring-cloud-starter-stream-rabbit" % "3.0.2.RELEASE"[com.bpfaas/bpfaas-spring-cloud-starter-stream-rabbit "3.0.2.RELEASE"]