Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdcom.github.robozonky.distribution |
ArtifactId | ArtifactIdrobozonky-distribution-aggregate |
Version | Version5.6.0-cr-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.6.0-cr-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robozonky.distribution/robozonky-distribution-aggregate/
implementation 'com.github.robozonky.distribution:robozonky-distribution-aggregate:5.6.0-cr-1'
// https://jarcasting.com/artifacts/com.github.robozonky.distribution/robozonky-distribution-aggregate/
implementation ("com.github.robozonky.distribution:robozonky-distribution-aggregate:5.6.0-cr-1")
'com.github.robozonky.distribution:robozonky-distribution-aggregate:jar:5.6.0-cr-1'
<dependency org="com.github.robozonky.distribution" name="robozonky-distribution-aggregate" rev="5.6.0-cr-1">
<artifact name="robozonky-distribution-aggregate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robozonky.distribution', module='robozonky-distribution-aggregate', version='5.6.0-cr-1')
)
libraryDependencies += "com.github.robozonky.distribution" % "robozonky-distribution-aggregate" % "5.6.0-cr-1"
[com.github.robozonky.distribution/robozonky-distribution-aggregate "5.6.0-cr-1"]