MVN

com.sta-soft : richtextfx

Maven & Gradle

Apr 15, 2021

RichTextFX · FX-Text-Area for formatted text and other special effects.

<dependency>
    <groupId>com.sta-soft</groupId>
    <artifactId>richtextfx</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sta-soft : richtextfx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of com.sta-soft : richtextfx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
richtextfx-1.10
1.9
richtextfx-1.9
1.8
richtextfx-1.8
1.7
richtextfx-1.7
1.6
richtextfx-1.6
1.5
richtextfx-1.5
1.4
richtextfx-1.4
1.3
richtextfx-1.3

How to add a dependency to Maven

Add the following com.sta-soft : richtextfx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sta-soft</groupId>
    <artifactId>richtextfx</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sta-soft : richtextfx gradle dependency to your build.gradle file:

implementation 'com.sta-soft:richtextfx:1.10'

Gradle Kotlin DSL: Add the following com.sta-soft : richtextfx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sta-soft:richtextfx:1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sta-soft : richtextfx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sta-soft" % "richtextfx" % "1.10"

Advertisement