| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.fxmisc.undo |
| Идентификатор | Идентификаторundofx |
| Последняя версия | Последняя версия2.1.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеUndoFX
Undo manager for JavaFX
|
| Имя Файла | Размер |
|---|---|
| undofx-2.1.1.pom | |
| undofx-2.1.1.jar | 20 KB |
| undofx-2.1.1-sources.jar | 7 KB |
| undofx-2.1.1-javadoc.jar | 49 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.fxmisc.undo/undofx/ -->
<dependency>
<groupId>org.fxmisc.undo</groupId>
<artifactId>undofx</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.fxmisc.undo/undofx/
implementation 'org.fxmisc.undo:undofx:2.1.1'
// https://jarcasting.com/artifacts/org.fxmisc.undo/undofx/
implementation ("org.fxmisc.undo:undofx:2.1.1")
'org.fxmisc.undo:undofx:jar:2.1.1'
<dependency org="org.fxmisc.undo" name="undofx" rev="2.1.1">
<artifact name="undofx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fxmisc.undo', module='undofx', version='2.1.1')
)
libraryDependencies += "org.fxmisc.undo" % "undofx" % "2.1.1"
[org.fxmisc.undo/undofx "2.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.reactfx : reactfx | jar | 2.0-M5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | [4.0,) |