License |
License |
---|---|
GroupId | GroupIdio.github.eckig |
ArtifactId | ArtifactIdgrapheditor |
Version | Version18.0.1 |
Type | Typepom |
Description |
DescriptionGraph Editor
A library for creating and editing graph-like diagrams in JavaFX
|
Project URL |
Project URL |
Filename | Size |
---|---|
grapheditor-18.0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.eckig/grapheditor/ -->
<dependency>
<groupId>io.github.eckig</groupId>
<artifactId>grapheditor</artifactId>
<version>18.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.eckig/grapheditor/
implementation 'io.github.eckig:grapheditor:18.0.1'
// https://jarcasting.com/artifacts/io.github.eckig/grapheditor/
implementation ("io.github.eckig:grapheditor:18.0.1")
'io.github.eckig:grapheditor:pom:18.0.1'
<dependency org="io.github.eckig" name="grapheditor" rev="18.0.1">
<artifact name="grapheditor" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.eckig', module='grapheditor', version='18.0.1')
)
libraryDependencies += "io.github.eckig" % "grapheditor" % "18.0.1"
[io.github.eckig/grapheditor "18.0.1"]