o

org.opencms.editors

OpenCms-Module 'org.opencms.editors'.

This module contains the OpenCms Common Editing tools.

This module is needed to be able to edit files in the OpenCms Workplace.

(c) 2013 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.editors-8.5.1.jar download
org.opencms.editors-8.5.1.pom download
Apache Maven
<dependency>
  <groupId>org.opencms.modules</groupId>
  <artifactId>org.opencms.editors</artifactId>
  <version>8.5.1</version>
</dependency>
Gradle Groovy
implementation 'org.opencms.modules:org.opencms.editors:8.5.1'
Gradle Kotlin
implementation("org.opencms.modules:org.opencms.editors:8.5.1")
Scala SBT
libraryDependencies += "org.opencms.modules" % "org.opencms.editors" % "8.5.1"
Groovy Grape
@Grapes(
  @Grab(group='org.opencms.modules', module='org.opencms.editors', version='8.5.1')
)
Apache Ivy
<dependency org="org.opencms.modules" name="org.opencms.editors" rev="8.5.1" />
Leiningen
[org.opencms.modules/org.opencms.editors "8.5.1"]
Apache Buildr
'org.opencms.modules:org.opencms.editors:jar:8.5.1'