| GroupId | GroupIdio.arrow-kt |
|---|---|
| ArtifactId | ArtifactIdarrow-fx-test |
| Version | Version0.10.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| arrow-fx-test-0.10.5.pom | |
| arrow-fx-test-0.10.5.jar | 827 KB |
| arrow-fx-test-0.10.5-sources.jar | 16 KB |
| arrow-fx-test-0.10.5-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.arrow-kt/arrow-fx-test/ -->
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-fx-test</artifactId>
<version>0.10.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-fx-test/
implementation 'io.arrow-kt:arrow-fx-test:0.10.5'
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-fx-test/
implementation ("io.arrow-kt:arrow-fx-test:0.10.5")
'io.arrow-kt:arrow-fx-test:jar:0.10.5'
<dependency org="io.arrow-kt" name="arrow-fx-test" rev="0.10.5">
<artifact name="arrow-fx-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.arrow-kt', module='arrow-fx-test', version='0.10.5')
)
libraryDependencies += "io.arrow-kt" % "arrow-fx-test" % "0.10.5"
[io.arrow-kt/arrow-fx-test "0.10.5"]