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