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