| GroupId | GroupIdorg.springframework.cloud | 
    
|---|---|
| ArtifactId | ArtifactIdspring-cloud-starter-app-broker | 
    
| Version | Version1.0.0.RELEASE | 
        
| Type | Typepom | 
    
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-app-broker/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-app-broker</artifactId>
    <version>1.0.0.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-app-broker/
implementation 'org.springframework.cloud:spring-cloud-starter-app-broker:1.0.0.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-app-broker/
implementation ("org.springframework.cloud:spring-cloud-starter-app-broker:1.0.0.RELEASE")
                'org.springframework.cloud:spring-cloud-starter-app-broker:pom:1.0.0.RELEASE'
                <dependency org="org.springframework.cloud" name="spring-cloud-starter-app-broker" rev="1.0.0.RELEASE">
  <artifact name="spring-cloud-starter-app-broker" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-app-broker', version='1.0.0.RELEASE')
)
                libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-app-broker" % "1.0.0.RELEASE"
                [org.springframework.cloud/spring-cloud-starter-app-broker "1.0.0.RELEASE"]