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