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