| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdcom.netopyr.reduxfx |
| ArtifactId | ArtifactIdreduxfx-fxml |
| Version | Version0.4.1 |
| Type | Typejar |
| Description |
DescriptionReduxFX FXML
ReduxFX FXML is a library for functional reactive programming with FXML
|
| Filename | Size |
|---|---|
| reduxfx-fxml-0.4.1.pom | |
| reduxfx-fxml-0.4.1.jar | 8 KB |
| reduxfx-fxml-0.4.1-sources.jar | 6 KB |
| reduxfx-fxml-0.4.1-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.netopyr.reduxfx/reduxfx-fxml/ -->
<dependency>
<groupId>com.netopyr.reduxfx</groupId>
<artifactId>reduxfx-fxml</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.netopyr.reduxfx/reduxfx-fxml/
implementation 'com.netopyr.reduxfx:reduxfx-fxml:0.4.1'
// https://jarcasting.com/artifacts/com.netopyr.reduxfx/reduxfx-fxml/
implementation ("com.netopyr.reduxfx:reduxfx-fxml:0.4.1")
'com.netopyr.reduxfx:reduxfx-fxml:jar:0.4.1'
<dependency org="com.netopyr.reduxfx" name="reduxfx-fxml" rev="0.4.1">
<artifact name="reduxfx-fxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netopyr.reduxfx', module='reduxfx-fxml', version='0.4.1')
)
libraryDependencies += "com.netopyr.reduxfx" % "reduxfx-fxml" % "0.4.1"
[com.netopyr.reduxfx/reduxfx-fxml "0.4.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.reactivestreams : reactive-streams | jar | 1.0.0 |
| io.reactivex.rxjava2 : rxjava | jar | 2.1.1 |