o

org.opencms.workplace.tools.history

OpenCms-Module 'org.opencms.workplace.tools.history'.

This module contains the OpenCms administration tools for managing the file history feature.

(c) 2011 by Alkacon Software GmbH (http://www.alkacon.com).

OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed.
http://opencms.org
GNU LESSER GENERAL PUBLIC LICENSE 2.1
Alexander Kandzior
Files download
File Operation
org.opencms.workplace.tools.history-8.0.3.jar download
org.opencms.workplace.tools.history-8.0.3.pom download
org.opencms.workplace.tools.history-8.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opencms.modules</groupId>
  <artifactId>org.opencms.workplace.tools.history</artifactId>
  <version>8.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.opencms.modules:org.opencms.workplace.tools.history:8.0.3'
Gradle Kotlin
implementation("org.opencms.modules:org.opencms.workplace.tools.history:8.0.3")
Scala SBT
libraryDependencies += "org.opencms.modules" % "org.opencms.workplace.tools.history" % "8.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.opencms.modules', module='org.opencms.workplace.tools.history', version='8.0.3')
)
Apache Ivy
<dependency org="org.opencms.modules" name="org.opencms.workplace.tools.history" rev="8.0.3" />
Leiningen
[org.opencms.modules/org.opencms.workplace.tools.history "8.0.3"]
Apache Buildr
'org.opencms.modules:org.opencms.workplace.tools.history:jar:8.0.3'