r

reactfx

Reactive event streams for JavaFX
http://www.reactfx.org/
The BSD 2-Clause License
Tomas Mikula
Files download
File Operation
reactfx-2.0-M4u1.jar download
reactfx-2.0-M4u1.pom download
reactfx-2.0-M4u1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.reactfx</groupId>
  <artifactId>reactfx</artifactId>
  <version>2.0-M4u1</version>
</dependency>
Gradle Groovy
implementation 'org.reactfx:reactfx:2.0-M4u1'
Gradle Kotlin
implementation("org.reactfx:reactfx:2.0-M4u1")
Scala SBT
libraryDependencies += "org.reactfx" % "reactfx" % "2.0-M4u1"
Groovy Grape
@Grapes(
  @Grab(group='org.reactfx', module='reactfx', version='2.0-M4u1')
)
Apache Ivy
<dependency org="org.reactfx" name="reactfx" rev="2.0-M4u1" />
Leiningen
[org.reactfx/reactfx "2.0-M4u1"]
Apache Buildr
'org.reactfx:reactfx:jar:2.0-M4u1'