is not current version
Last Version 8.6.0

org.jrebirth.af:undoredo 8.0.2

Provide Undo/Redo features for JRebirth commands

GroupId

GroupId

org.jrebirth.af
ArtifactId

ArtifactId

undoredo
Version

Version

8.0.2
Type

Type

jar

Download undoredo 8.0.2


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