GroupId | GroupIdio.arrow-kt |
---|---|
ArtifactId | ArtifactIdarrow-fx |
Version | Version0.10.1 |
Type | Typejar |
Filename | Size |
---|---|
arrow-fx-0.10.1.pom | |
arrow-fx-0.10.1.jar | 1 MB |
arrow-fx-0.10.1-sources.jar | 96 KB |
arrow-fx-0.10.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-fx/
implementation 'io.arrow-kt:arrow-fx:0.10.1'
// https://jarcasting.com/artifacts/io.arrow-kt/arrow-fx/
implementation ("io.arrow-kt:arrow-fx:0.10.1")
'io.arrow-kt:arrow-fx:jar:0.10.1'
<dependency org="io.arrow-kt" name="arrow-fx" rev="0.10.1">
<artifact name="arrow-fx" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.arrow-kt', module='arrow-fx', version='0.10.1')
)
libraryDependencies += "io.arrow-kt" % "arrow-fx" % "0.10.1"
[io.arrow-kt/arrow-fx "0.10.1"]