o

opencms-webapp

OpenCms is an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.
http://www.opencms.org
GNU Lesser General Public License
Alkacon Software
Alkacon Software
Files download
File Operation
opencms-webapp-11.0.2.pom download
Apache Maven
<dependency>
  <groupId>org.opencms</groupId>
  <artifactId>opencms-webapp</artifactId>
  <version>11.0.2</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.opencms:opencms-webapp:11.0.2'
Gradle Kotlin
implementation("org.opencms:opencms-webapp:11.0.2")
Scala SBT
libraryDependencies += "org.opencms" % "opencms-webapp" % "11.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.opencms', module='opencms-webapp', version='11.0.2')
)
Apache Ivy
<dependency org="org.opencms" name="opencms-webapp" rev="11.0.2" />
Leiningen
[org.opencms/opencms-webapp "11.0.2"]
Apache Buildr
'org.opencms:opencms-webapp:jar:11.0.2'