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