is not current version
Last Version 11.5.5

eu.hansolo.fx:gedit 11.5.3

GEdit is a JavaFX component that offers vector editor capabilities

GroupId

GroupId

eu.hansolo.fx
ArtifactId

ArtifactId

gedit
Version

Version

11.5.3
Type

Type

jar

Download gedit 11.5.3


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