is not current version
Last Version 11.5.5

eu.hansolo.fx:gedit 11.4

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

GroupId

GroupId

eu.hansolo.fx
ArtifactId

ArtifactId

gedit
Version

Version

11.4
Type

Type

jar

Download gedit 11.4


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