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