MVN

com.netopyr.reduxfx : reduxfx-view

Maven & Gradle

Jul 27, 2017
5 usages
106 stars

ReduxFX View · View component for functional reactive programming with JavaFX

<dependency>
    <groupId>com.netopyr.reduxfx</groupId>
    <artifactId>reduxfx-view</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netopyr.reduxfx : reduxfx-view to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of com.netopyr.reduxfx : reduxfx-view to add to Maven or Gradle - All Versions:

  • Version Updated
  • reduxfx-view-0.4.1

    Jul 27, 2017

How to add a dependency to Maven

Add the following com.netopyr.reduxfx : reduxfx-view maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netopyr.reduxfx</groupId>
    <artifactId>reduxfx-view</artifactId>
    <version>0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netopyr.reduxfx : reduxfx-view gradle dependency to your build.gradle file:

implementation 'com.netopyr.reduxfx:reduxfx-view:0.4.1'

Gradle Kotlin DSL: Add the following com.netopyr.reduxfx : reduxfx-view gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netopyr.reduxfx:reduxfx-view:0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netopyr.reduxfx : reduxfx-view sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netopyr.reduxfx" % "reduxfx-view" % "0.4.1"