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