is not current version
Last Version 1.1

hu.webarticum:command-history-manager 1.0

Complex command history management functionality for Java (undo manager)

GroupId

GroupId

hu.webarticum
ArtifactId

ArtifactId

command-history-manager
Version

Version

1.0
Type

Type

jar

Download command-history-manager 1.0


<!-- https://jarcasting.com/artifacts/hu.webarticum/command-history-manager/ -->
<dependency>
    <groupId>hu.webarticum</groupId>
    <artifactId>command-history-manager</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/hu.webarticum/command-history-manager/
implementation 'hu.webarticum:command-history-manager:1.0'
// https://jarcasting.com/artifacts/hu.webarticum/command-history-manager/
implementation ("hu.webarticum:command-history-manager:1.0")
'hu.webarticum:command-history-manager:jar:1.0'
<dependency org="hu.webarticum" name="command-history-manager" rev="1.0">
  <artifact name="command-history-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.webarticum', module='command-history-manager', version='1.0')
)
libraryDependencies += "hu.webarticum" % "command-history-manager" % "1.0"
[hu.webarticum/command-history-manager "1.0"]