is not current version
Last Version 2.0-M5

org.reactfx:reactfx 1.2.2

Reactive event streams for JavaFX

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

org.reactfx
ArtifactId

ArtifactId

reactfx
Version

Version

1.2.2
Type

Type

jar

Download reactfx 1.2.2


<!-- https://jarcasting.com/artifacts/org.reactfx/reactfx/ -->
<dependency>
    <groupId>org.reactfx</groupId>
    <artifactId>reactfx</artifactId>
    <version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.reactfx/reactfx/
implementation 'org.reactfx:reactfx:1.2.2'
// https://jarcasting.com/artifacts/org.reactfx/reactfx/
implementation ("org.reactfx:reactfx:1.2.2")
'org.reactfx:reactfx:jar:1.2.2'
<dependency org="org.reactfx" name="reactfx" rev="1.2.2">
  <artifact name="reactfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reactfx', module='reactfx', version='1.2.2')
)
libraryDependencies += "org.reactfx" % "reactfx" % "1.2.2"
[org.reactfx/reactfx "1.2.2"]