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