| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.eckig |
| Идентификатор | Идентификаторgrapheditor |
| Последняя версия | Последняя версия18.0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеGraph Editor
A library for creating and editing graph-like diagrams in JavaFX
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| grapheditor-18.0.1.pom | 6 KB |
| Обзор |
<!-- 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"]