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