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