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