| Categories | 
                CategoriesSpring Boot Container Microservices | 
        
|---|---|
| GroupId | GroupIdch.olmero | 
    
| ArtifactId | ArtifactIdspring-boot-starter-rollbar | 
    
| Version | Version2.0.1.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/ch.olmero/spring-boot-starter-rollbar/ -->
<dependency>
    <groupId>ch.olmero</groupId>
    <artifactId>spring-boot-starter-rollbar</artifactId>
    <version>2.0.1.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/ch.olmero/spring-boot-starter-rollbar/
implementation 'ch.olmero:spring-boot-starter-rollbar:2.0.1.RELEASE'
                // https://jarcasting.com/artifacts/ch.olmero/spring-boot-starter-rollbar/
implementation ("ch.olmero:spring-boot-starter-rollbar:2.0.1.RELEASE")
                'ch.olmero:spring-boot-starter-rollbar:jar:2.0.1.RELEASE'
                <dependency org="ch.olmero" name="spring-boot-starter-rollbar" rev="2.0.1.RELEASE">
  <artifact name="spring-boot-starter-rollbar" type="jar" />
</dependency>
                @Grapes(
@Grab(group='ch.olmero', module='spring-boot-starter-rollbar', version='2.0.1.RELEASE')
)
                libraryDependencies += "ch.olmero" % "spring-boot-starter-rollbar" % "2.0.1.RELEASE"
                [ch.olmero/spring-boot-starter-rollbar "2.0.1.RELEASE"]