<dependency> <groupId>com.sta-soft</groupId> <artifactId>richtextfx</artifactId> <version>1.8</version> </dependency>
implementation 'com.sta-soft:richtextfx:1.8'
implementation("com.sta-soft:richtextfx:1.8")
libraryDependencies += "com.sta-soft" % "richtextfx" % "1.8"
@Grapes( @Grab(group='com.sta-soft', module='richtextfx', version='1.8') )
<dependency org="com.sta-soft" name="richtextfx" rev="1.8" />
[com.sta-soft/richtextfx "1.8"]
'com.sta-soft:richtextfx:jar:1.8'
<parent> <groupId>com.sta-soft</groupId> <artifactId>masterpom</artifactId> <version>1.8</version> </parent>
provided
|-- com.sta-soft:mlogger:1.37