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