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