(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." > mvncenter: org.opencms.modules:org.opencms.welcome:8.0.4
o

org.opencms.welcome

OpenCms-Module 'org.opencms.welcome'.

This module contains the OpenCms welcome page and release notes.

Install this module as a simple demonstration for the template capabilities of OpenCms 8.0.

Note: Deleting this module will remove the "/release" folder and all pages there.

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