MVN

org.fxmisc.richtext : richtextfx

Maven & Gradle

Aug 18, 2023
31 usages
1.1k stars

RichTextFX · Rich-text area for JavaFX

<dependency>
    <groupId>org.fxmisc.richtext</groupId>
    <artifactId>richtextfx</artifactId>
    <version>0.11.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.11.1

All Versions

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

Version Vulnerabilities Updated
0.11.x
richtextfx-0.11.1
richtextfx-0.11.0
0.10.x
richtextfx-0.10.9
richtextfx-0.10.8
richtextfx-0.10.7
richtextfx-0.10.6
richtextfx-0.10.5
richtextfx-0.10.4
richtextfx-0.10.3
richtextfx-0.10.2
richtextfx-0.10.1
richtextfx-0.10.0
0.9.x
richtextfx-0.9.3
richtextfx-0.9.2
richtextfx-0.9.1
richtextfx-0.9.0
0.8.x
richtextfx-0.8.2
richtextfx-0.8.1
richtextfx-0.8.0
0.7
richtextfx-0.7-M5
richtextfx-0.7-M4
richtextfx-0.7-M3
richtextfx-0.7-M2
richtextfx-0.7-M1
0.6.x
richtextfx-0.6.10
richtextfx-0.6.9
richtextfx-0.6.8
richtextfx-0.6.7
richtextfx-0.6.6
richtextfx-0.6.5
richtextfx-0.6.4
richtextfx-0.6.3
richtextfx-0.6.2
richtextfx-0.6.1
0.6
richtextfx-0.6
0.5.x
richtextfx-0.5.1
0.5
richtextfx-0.5
0.4.x
richtextfx-0.4.4
richtextfx-0.4.3
richtextfx-0.4.2
richtextfx-0.4.1
0.4
richtextfx-0.4
0.3
richtextfx-0.3
0.2
richtextfx-0.2
0.1
richtextfx-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.fxmisc.richtext</groupId>
    <artifactId>richtextfx</artifactId>
    <version>0.11.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.fxmisc.richtext:richtextfx:0.11.1'

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

implementation("org.fxmisc.richtext:richtextfx:0.11.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.11.1"

Advertisement