License |
License |
---|---|
GroupId | GroupIdhu.webarticum |
ArtifactId | ArtifactIdcommand-history-manager |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptioncommand-history-manager
Complex command history management functionality for Java (undo manager)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
command-history-manager-1.1.pom | |
command-history-manager-1.1.jar | 24 KB |
command-history-manager-1.1-sources.jar | 12 KB |
command-history-manager-1.1-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hu.webarticum/command-history-manager/ -->
<dependency>
<groupId>hu.webarticum</groupId>
<artifactId>command-history-manager</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/hu.webarticum/command-history-manager/
implementation 'hu.webarticum:command-history-manager:1.1'
// https://jarcasting.com/artifacts/hu.webarticum/command-history-manager/
implementation ("hu.webarticum:command-history-manager:1.1")
'hu.webarticum:command-history-manager:jar:1.1'
<dependency org="hu.webarticum" name="command-history-manager" rev="1.1">
<artifact name="command-history-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.webarticum', module='command-history-manager', version='1.1')
)
libraryDependencies += "hu.webarticum" % "command-history-manager" % "1.1"
[hu.webarticum/command-history-manager "1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |