GroupId | GroupIdcom.github.robozonky |
---|---|
ArtifactId | ArtifactIdrobozonky-common |
Version | Version4.9.0 |
Type | Typejar |
Filename | Size |
---|---|
robozonky-common-4.9.0.pom | |
robozonky-common-4.9.0.jar | 108 KB |
robozonky-common-4.9.0-tests.jar | 94 KB |
robozonky-common-4.9.0-sources.jar | 81 KB |
robozonky-common-4.9.0-javadoc.jar | 276 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.robozonky/robozonky-common/ -->
<dependency>
<groupId>com.github.robozonky</groupId>
<artifactId>robozonky-common</artifactId>
<version>4.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robozonky/robozonky-common/
implementation 'com.github.robozonky:robozonky-common:4.9.0'
// https://jarcasting.com/artifacts/com.github.robozonky/robozonky-common/
implementation ("com.github.robozonky:robozonky-common:4.9.0")
'com.github.robozonky:robozonky-common:jar:4.9.0'
<dependency org="com.github.robozonky" name="robozonky-common" rev="4.9.0">
<artifact name="robozonky-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robozonky', module='robozonky-common', version='4.9.0')
)
libraryDependencies += "com.github.robozonky" % "robozonky-common" % "4.9.0"
[com.github.robozonky/robozonky-common "4.9.0"]