MVN

org.opencms.modules : org.opencms.frontend.templateone.modules

Maven & Gradle

Jan 05, 2012
517 stars

org.opencms.frontend.templateone.modules · OpenCms-Module 'org.opencms.frontend.templateone.modules'. <p>This module contains several modules for use with the configurable template one.</p> <p>Install this module if you want to work with news, articles, job offerings, and so on.</p> <p><i>(c) 2007 by Alkacon Software GmbH (http://www.alkacon.com).</i></p> 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.

<dependency>
    <groupId>org.opencms.modules</groupId>
    <artifactId>org.opencms.frontend.templateone.modules</artifactId>
    <version>8.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opencms.modules : org.opencms.frontend.templateone.modules to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.1

All Versions

Choose a version of org.opencms.modules : org.opencms.frontend.templateone.modules to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
org.opencms.frontend.templateone.modules-8.0.1

How to add a dependency to Maven

Add the following org.opencms.modules : org.opencms.frontend.templateone.modules maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opencms.modules</groupId>
    <artifactId>org.opencms.frontend.templateone.modules</artifactId>
    <version>8.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opencms.modules : org.opencms.frontend.templateone.modules gradle dependency to your build.gradle file:

implementation 'org.opencms.modules:org.opencms.frontend.templateone.modules:8.0.1'

Gradle Kotlin DSL: Add the following org.opencms.modules : org.opencms.frontend.templateone.modules gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opencms.modules:org.opencms.frontend.templateone.modules:8.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opencms.modules : org.opencms.frontend.templateone.modules sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opencms.modules" % "org.opencms.frontend.templateone.modules" % "8.0.1"

Advertisement