Download richtextfx-0.8.2.jar file - Jar r

Jar examples for r:richtextfx

Description

Rich-text area for JavaFX

You can download jar file richtextfx 0.8.2 in this page.

License

GPLv2 with the Classpath Exception

Build File

You can use the following script to add richtextfx-0.8.2.jar to your project.

<dependency>
   <groupId>org.fxmisc.richtext</groupId>
   <artifactId>richtextfx</artifactId>
   <version>0.8.2</version>
</dependency>
compile group: 'org.fxmisc.richtext', name: 'richtextfx', version: '0.8.2'
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.8.2"
<dependency org="org.fxmisc.richtext" name="richtextfx" rev="0.8.2"/>
@Grapes(@Grab(group='org.fxmisc.richtext', module='richtextfx', version='0.8.2'))
'org.fxmisc.richtext:richtextfx:jar:0.8.2'

Download

Click the following link to download the jar file.

richtextfx-0.8.2-javadoc.jar
richtextfx-0.8.2-sources.jar
richtextfx-0.8.2.jar
richtextfx-0.8.2.pom



Related Tutorials