GroupId | GroupIdcom.sta-soft |
---|---|
ArtifactId | ArtifactIdrichtextfx |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
richtextfx-1.4.pom | |
richtextfx-1.4.jar | 949 KB |
richtextfx-1.4-tests.jar | 1 KB |
richtextfx-1.4-sources.jar | 398 KB |
richtextfx-1.4-javadoc.jar | 201 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sta-soft/richtextfx/ -->
<dependency>
<groupId>com.sta-soft</groupId>
<artifactId>richtextfx</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sta-soft/richtextfx/
implementation 'com.sta-soft:richtextfx:1.4'
// https://jarcasting.com/artifacts/com.sta-soft/richtextfx/
implementation ("com.sta-soft:richtextfx:1.4")
'com.sta-soft:richtextfx:jar:1.4'
<dependency org="com.sta-soft" name="richtextfx" rev="1.4">
<artifact name="richtextfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sta-soft', module='richtextfx', version='1.4')
)
libraryDependencies += "com.sta-soft" % "richtextfx" % "1.4"
[com.sta-soft/richtextfx "1.4"]