is not current version
Last Version 11.5.5

eu.hansolo.fx:gedit 11.3

GEdit is a JavaFX component that is more or less a vector editor

GroupId

GroupId

eu.hansolo.fx
ArtifactId

ArtifactId

gedit
Version

Version

11.3
Type

Type

jar

Download gedit 11.3


<!-- https://jarcasting.com/artifacts/eu.hansolo.fx/gedit/ -->
<dependency>
    <groupId>eu.hansolo.fx</groupId>
    <artifactId>gedit</artifactId>
    <version>11.3</version>
</dependency>
// https://jarcasting.com/artifacts/eu.hansolo.fx/gedit/
implementation 'eu.hansolo.fx:gedit:11.3'
// https://jarcasting.com/artifacts/eu.hansolo.fx/gedit/
implementation ("eu.hansolo.fx:gedit:11.3")
'eu.hansolo.fx:gedit:jar:11.3'
<dependency org="eu.hansolo.fx" name="gedit" rev="11.3">
  <artifact name="gedit" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.hansolo.fx', module='gedit', version='11.3')
)
libraryDependencies += "eu.hansolo.fx" % "gedit" % "11.3"
[eu.hansolo.fx/gedit "11.3"]