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