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