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