<dependency> <groupId>net.sourceforge.joceanus</groupId> <artifactId>jtethys-javafx</artifactId> <version>1.6.3-b2</version> </dependency>
<dependency org="net.sourceforge.joceanus" name="jtethys-javafx" rev="1.6.3-b2"> <artifact name="jtethys-javafx" type="jar" /> </dependency>
@Grapes( @Grab(group='net.sourceforge.joceanus', module='jtethys-javafx', version='1.6.3-b2') )
implementation 'net.sourceforge.joceanus:jtethys-javafx:1.6.3-b2'
libraryDependencies += "net.sourceforge.joceanus" % "jtethys-javafx" % "1.6.3-b2"
[net.sourceforge.joceanus/jtethys-javafx "1.6.3-b2"]