GroupId | GroupIdcom.rollbar |
---|---|
ArtifactId | ArtifactIdrollbar-testing |
Version | Version0.5.2 |
Type | Typejar |
Filename | Size |
---|---|
rollbar-testing-0.5.2.pom | |
rollbar-testing-0.5.2.jar | 1 KB |
rollbar-testing-0.5.2-tests.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rollbar/rollbar-testing/ -->
<dependency>
<groupId>com.rollbar</groupId>
<artifactId>rollbar-testing</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.rollbar/rollbar-testing/
implementation 'com.rollbar:rollbar-testing:0.5.2'
// https://jarcasting.com/artifacts/com.rollbar/rollbar-testing/
implementation ("com.rollbar:rollbar-testing:0.5.2")
'com.rollbar:rollbar-testing:jar:0.5.2'
<dependency org="com.rollbar" name="rollbar-testing" rev="0.5.2">
<artifact name="rollbar-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rollbar', module='rollbar-testing', version='0.5.2')
)
libraryDependencies += "com.rollbar" % "rollbar-testing" % "0.5.2"
[com.rollbar/rollbar-testing "0.5.2"]