License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdorg.reactfx |
ArtifactId | ArtifactIdreactfx |
Last Version | Last Version2.0-M5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReactFX
Reactive event streams for JavaFX
|
Project URL |
Project URL |
Filename | Size |
---|---|
reactfx-2.0-M5.pom | |
reactfx-2.0-M5.jar | 236 KB |
reactfx-2.0-M5-sources.jar | 75 KB |
reactfx-2.0-M5-javadoc.jar | 355 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reactfx/reactfx/ -->
<dependency>
<groupId>org.reactfx</groupId>
<artifactId>reactfx</artifactId>
<version>2.0-M5</version>
</dependency>
// https://jarcasting.com/artifacts/org.reactfx/reactfx/
implementation 'org.reactfx:reactfx:2.0-M5'
// https://jarcasting.com/artifacts/org.reactfx/reactfx/
implementation ("org.reactfx:reactfx:2.0-M5")
'org.reactfx:reactfx:jar:2.0-M5'
<dependency org="org.reactfx" name="reactfx" rev="2.0-M5">
<artifact name="reactfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reactfx', module='reactfx', version='2.0-M5')
)
libraryDependencies += "org.reactfx" % "reactfx" % "2.0-M5"
[org.reactfx/reactfx "2.0-M5"]
Group / Artifact | Type | Version |
---|---|---|
com.pholser : junit-quickcheck-core | jar | 0.4 |
junit : junit | jar | 4.12 |
org.junit.contrib : junit-theories | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |
com.pholser : junit-quickcheck-generators | jar | 0.4 |