is not current version
Last Version 2.0-M5

org.reactfx:reactfx 2.0-M4u1

Reactive event streams for JavaFX

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

org.reactfx
ArtifactId

ArtifactId

reactfx
Version

Version

2.0-M4u1
Type

Type

jar

Download reactfx 2.0-M4u1


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