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