<dependency> <groupId>com.rollbar</groupId> <artifactId>rollbar-testing</artifactId> <version>0.5.3</version> </dependency>
implementation 'com.rollbar:rollbar-testing:0.5.3'
implementation("com.rollbar:rollbar-testing:0.5.3")
libraryDependencies += "com.rollbar" % "rollbar-testing" % "0.5.3"
@Grapes( @Grab(group='com.rollbar', module='rollbar-testing', version='0.5.3') )
<dependency org="com.rollbar" name="rollbar-testing" rev="0.5.3" />
[com.rollbar/rollbar-testing "0.5.3"]
'com.rollbar:rollbar-testing:jar:0.5.3'
compile
|-- com.rollbar:rollbar-utilities:0.5.3