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