MVN

org.fxmisc.cssfx : cssfx

Maven & Gradle

May 26, 2020
153 stars

CSSFX · CSSFX enhances developper productivity by offering hot-reloading of CSS in running applications

<dependency>
    <groupId>org.fxmisc.cssfx</groupId>
    <artifactId>cssfx</artifactId>
    <version>11.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.fxmisc.cssfx : cssfx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.2.2
  • Latest Release Candidate: 1.0.0-rc01

All Versions

Choose a version of org.fxmisc.cssfx : cssfx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.2.x
cssfx-11.2.2
cssfx-11.2.1
cssfx-11.2.0
11.1.x
cssfx-11.1.0
11.0.x
cssfx-11.0.1
1.1.x
cssfx-1.1.1
1.0.x
cssfx-1.0.0
cssfx-1.0.0-rc01

How to add a dependency to Maven

Add the following org.fxmisc.cssfx : cssfx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.fxmisc.cssfx</groupId>
    <artifactId>cssfx</artifactId>
    <version>11.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.fxmisc.cssfx : cssfx gradle dependency to your build.gradle file:

implementation 'org.fxmisc.cssfx:cssfx:11.2.2'

Gradle Kotlin DSL: Add the following org.fxmisc.cssfx : cssfx gradle kotlin dependency to your build.gradle.kts file:

implementation("org.fxmisc.cssfx:cssfx:11.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.fxmisc.cssfx : cssfx sbt scala dependency to your build.sbt file:

libraryDependencies += "org.fxmisc.cssfx" % "cssfx" % "11.2.2"

Advertisement