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