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