License |
License |
---|---|
GroupId | GroupIdorg.fxmisc.undo |
ArtifactId | ArtifactIdundofx |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUndoFX
Undo manager for JavaFX
|
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.reactfx : reactfx | jar | 2.0-M5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4.0,) |