| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesLogging Application Layer Libs | 
        
| GroupId | GroupIdorg.springframework.cloud | 
    
| ArtifactId | ArtifactIdspring-cloud-starter-app-broker-logging | 
    
| Last Version | Last Version1.5.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionSpring Cloud App Broker Starter for Logging 
            Spring Cloud App Broker Starter for Logging 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-app-broker-logging/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-app-broker-logging</artifactId>
    <version>1.5.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-app-broker-logging/
implementation 'org.springframework.cloud:spring-cloud-starter-app-broker-logging:1.5.1'
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-app-broker-logging/
implementation ("org.springframework.cloud:spring-cloud-starter-app-broker-logging:1.5.1")
                'org.springframework.cloud:spring-cloud-starter-app-broker-logging:pom:1.5.1'
                <dependency org="org.springframework.cloud" name="spring-cloud-starter-app-broker-logging" rev="1.5.1">
  <artifact name="spring-cloud-starter-app-broker-logging" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-app-broker-logging', version='1.5.1')
)
                libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-app-broker-logging" % "1.5.1"
                [org.springframework.cloud/spring-cloud-starter-app-broker-logging "1.5.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.cloud : spring-cloud-starter-app-broker | jar | 1.5.1 | 
| org.springframework.cloud : spring-cloud-app-broker-logging | jar | 1.5.1 |