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