| GroupId | GroupIdorg.fxmisc.richtext |
|---|---|
| ArtifactId | ArtifactIdrichtextfx |
| Version | Version0.4.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| richtextfx-0.4.2.pom | |
| richtextfx-0.4.2.jar | 148 KB |
| richtextfx-0.4.2-sources.jar | 65 KB |
| richtextfx-0.4.2-javadoc.jar | 199 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fxmisc.richtext/richtextfx/ -->
<dependency>
<groupId>org.fxmisc.richtext</groupId>
<artifactId>richtextfx</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.fxmisc.richtext/richtextfx/
implementation 'org.fxmisc.richtext:richtextfx:0.4.2'
// https://jarcasting.com/artifacts/org.fxmisc.richtext/richtextfx/
implementation ("org.fxmisc.richtext:richtextfx:0.4.2")
'org.fxmisc.richtext:richtextfx:jar:0.4.2'
<dependency org="org.fxmisc.richtext" name="richtextfx" rev="0.4.2">
<artifact name="richtextfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fxmisc.richtext', module='richtextfx', version='0.4.2')
)
libraryDependencies += "org.fxmisc.richtext" % "richtextfx" % "0.4.2"
[org.fxmisc.richtext/richtextfx "0.4.2"]