is not current version
Last Version 8.6.0

org.jrebirth.af:undoredo 7.7.3

Provide Undo/Redo features for JRebirth commands

GroupId

GroupId

org.jrebirth.af
ArtifactId

ArtifactId

undoredo
Version

Version

7.7.3
Type

Type

jar

Download undoredo 7.7.3


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