MVN

org.javafxdata : datafx-controller

Maven & Gradle

Mar 25, 2014
1 usages

datafx-controller

<dependency>
    <groupId>org.javafxdata</groupId>
    <artifactId>datafx-controller</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.javafxdata : datafx-controller to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of org.javafxdata : datafx-controller to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
datafx-controller-2.0.2
2.0
datafx-controller-2.0
datafx-controller-2.0-b3
2.0b7
datafx-controller-2.0b7
2.0b6
datafx-controller-2.0b6
2.0b5
datafx-controller-2.0b5
2.0b4
datafx-controller-2.0b4

How to add a dependency to Maven

Add the following org.javafxdata : datafx-controller maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.javafxdata</groupId>
    <artifactId>datafx-controller</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.javafxdata : datafx-controller gradle dependency to your build.gradle file:

implementation 'org.javafxdata:datafx-controller:2.0.2'

Gradle Kotlin DSL: Add the following org.javafxdata : datafx-controller gradle kotlin dependency to your build.gradle.kts file:

implementation("org.javafxdata:datafx-controller:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.javafxdata : datafx-controller sbt scala dependency to your build.sbt file:

libraryDependencies += "org.javafxdata" % "datafx-controller" % "2.0.2"

Advertisement