License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
GroupId | GroupIdcom.github.shadskii |
ArtifactId | ArtifactIdreactorfx |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReactorFX
Reactive JavaFX event handling
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
reactorfx-2.0.0.pom | |
reactorfx-2.0.0.jar | 16 KB |
reactorfx-2.0.0-tests.jar | 15 KB |
reactorfx-2.0.0-sources.jar | 13 KB |
reactorfx-2.0.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shadskii/reactorfx/ -->
<dependency>
<groupId>com.github.shadskii</groupId>
<artifactId>reactorfx</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shadskii/reactorfx/
implementation 'com.github.shadskii:reactorfx:2.0.0'
// https://jarcasting.com/artifacts/com.github.shadskii/reactorfx/
implementation ("com.github.shadskii:reactorfx:2.0.0")
'com.github.shadskii:reactorfx:jar:2.0.0'
<dependency org="com.github.shadskii" name="reactorfx" rev="2.0.0">
<artifact name="reactorfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shadskii', module='reactorfx', version='2.0.0')
)
libraryDependencies += "com.github.shadskii" % "reactorfx" % "2.0.0"
[com.github.shadskii/reactorfx "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor : reactor-core | jar | 3.1.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.8.0 |