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