is not current version
Last Version 8.6.0

org.jrebirth.af:undoredo 8.0.1

Provide Undo/Redo features for JRebirth commands

GroupId

GroupId

org.jrebirth.af
ArtifactId

ArtifactId

undoredo
Version

Version

8.0.1
Type

Type

jar

Download undoredo 8.0.1


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