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