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