GroupId | GroupIdcom.github.robozonky |
---|---|
ArtifactId | ArtifactIdrobozonky |
Version | Version5.7.3 |
Type | Typejar |
Filename | Size |
---|---|
robozonky-5.7.3.pom | 31 KB |
robozonky-5.7.3-tests.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.robozonky/robozonky/ -->
<dependency>
<groupId>com.github.robozonky</groupId>
<artifactId>robozonky</artifactId>
<version>5.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robozonky/robozonky/
implementation 'com.github.robozonky:robozonky:5.7.3'
// https://jarcasting.com/artifacts/com.github.robozonky/robozonky/
implementation ("com.github.robozonky:robozonky:5.7.3")
'com.github.robozonky:robozonky:jar:5.7.3'
<dependency org="com.github.robozonky" name="robozonky" rev="5.7.3">
<artifact name="robozonky" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robozonky', module='robozonky', version='5.7.3')
)
libraryDependencies += "com.github.robozonky" % "robozonky" % "5.7.3"
[com.github.robozonky/robozonky "5.7.3"]