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