o

opencms-webapp

Opencms-webapp is the Skeleton WAR-File for OpenCms without Modules. It only contains the JSPs, Configs, opencms-core and so on. 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
opencms-webapp-8.0.2.pom download
Apache Maven
<dependency>
  <groupId>org.opencms</groupId>
  <artifactId>opencms-webapp</artifactId>
  <version>8.0.2</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.opencms:opencms-webapp:8.0.2'
Gradle Kotlin
implementation("org.opencms:opencms-webapp:8.0.2")
Scala SBT
libraryDependencies += "org.opencms" % "opencms-webapp" % "8.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.opencms', module='opencms-webapp', version='8.0.2')
)
Apache Ivy
<dependency org="org.opencms" name="opencms-webapp" rev="8.0.2" />
Leiningen
[org.opencms/opencms-webapp "8.0.2"]
Apache Buildr
'org.opencms:opencms-webapp:jar:8.0.2'