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