| GroupId | GroupIdcom.github.robozonky | 
|---|---|
| ArtifactId | ArtifactIdrobozonky-test | 
| Version | Version5.0.0-beta-3 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.robozonky/robozonky-test/ -->
<dependency>
    <groupId>com.github.robozonky</groupId>
    <artifactId>robozonky-test</artifactId>
    <version>5.0.0-beta-3</version>
</dependency>// https://jarcasting.com/artifacts/com.github.robozonky/robozonky-test/
implementation 'com.github.robozonky:robozonky-test:5.0.0-beta-3'// https://jarcasting.com/artifacts/com.github.robozonky/robozonky-test/
implementation ("com.github.robozonky:robozonky-test:5.0.0-beta-3")'com.github.robozonky:robozonky-test:jar:5.0.0-beta-3'<dependency org="com.github.robozonky" name="robozonky-test" rev="5.0.0-beta-3">
  <artifact name="robozonky-test" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.robozonky', module='robozonky-test', version='5.0.0-beta-3')
)libraryDependencies += "com.github.robozonky" % "robozonky-test" % "5.0.0-beta-3"[com.github.robozonky/robozonky-test "5.0.0-beta-3"]