Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.rollbar |
ArtifactId | ArtifactIdrollbar-spring-boot-webmvc |
Version | Version1.7.2 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.rollbar/rollbar-spring-boot-webmvc/ -->
<dependency>
<groupId>com.rollbar</groupId>
<artifactId>rollbar-spring-boot-webmvc</artifactId>
<version>1.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.rollbar/rollbar-spring-boot-webmvc/
implementation 'com.rollbar:rollbar-spring-boot-webmvc:1.7.2'
// https://jarcasting.com/artifacts/com.rollbar/rollbar-spring-boot-webmvc/
implementation ("com.rollbar:rollbar-spring-boot-webmvc:1.7.2")
'com.rollbar:rollbar-spring-boot-webmvc:pom:1.7.2'
<dependency org="com.rollbar" name="rollbar-spring-boot-webmvc" rev="1.7.2">
<artifact name="rollbar-spring-boot-webmvc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.rollbar', module='rollbar-spring-boot-webmvc', version='1.7.2')
)
libraryDependencies += "com.rollbar" % "rollbar-spring-boot-webmvc" % "1.7.2"
[com.rollbar/rollbar-spring-boot-webmvc "1.7.2"]