License |
License |
---|---|
GroupId | GroupIdorg.jrebirth.af |
ArtifactId | ArtifactIdundoredo |
Version | Version8.6.0 |
Type | Typejar |
Description |
DescriptionUndo/Redo
Provide Undo/Redo features for JRebirth commands
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
undoredo-8.6.0.pom | |
undoredo-8.6.0.jar | 10 KB |
undoredo-8.6.0-sources.jar | 11 KB |
undoredo-8.6.0-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jrebirth.af/undoredo/ -->
<dependency>
<groupId>org.jrebirth.af</groupId>
<artifactId>undoredo</artifactId>
<version>8.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jrebirth.af/undoredo/
implementation 'org.jrebirth.af:undoredo:8.6.0'
// https://jarcasting.com/artifacts/org.jrebirth.af/undoredo/
implementation ("org.jrebirth.af:undoredo:8.6.0")
'org.jrebirth.af:undoredo:jar:8.6.0'
<dependency org="org.jrebirth.af" name="undoredo" rev="8.6.0">
<artifact name="undoredo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jrebirth.af', module='undoredo', version='8.6.0')
)
libraryDependencies += "org.jrebirth.af" % "undoredo" % "8.6.0"
[org.jrebirth.af/undoredo "8.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jrebirth.af : core | jar | 8.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easytesting : fest-assert | jar | 1.4 |