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