Last Version

ReduxFX 0.4.1

Functional reactive programming with JavaFX

License

License

Categories

Categories

Net
GroupId

GroupId

com.netopyr.reduxfx
ArtifactId

ArtifactId

reduxfx-parent
Version

Version

0.4.1
Type

Type

pom
Description

Description

ReduxFX
Functional reactive programming with JavaFX
Project URL

Project URL

https://github.com/netopyr/reduxfx
Source Code Management

Source Code Management

https://github.com/netopyr/reduxfx

Download reduxfx-parent 0.4.1

Filename Size
reduxfx-parent-0.4.1.pom 7 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • reduxfx-store
  • reduxfx-view
  • reduxfx-jfoenix
  • reduxfx-fontawesomefx
  • reduxfx-fxml
  • reduxfx-all
  • examples/colorchooser
  • examples/menus
  • examples/screenswitch
  • examples/todomvc
  • examples/external-store
  • examples/fxml
  • examples/helloworld
  • examples/treeview