MVN

org.ow2.weblab.components : content-manager

Maven & Gradle

Jun 26, 2012
11 usages

content-manager · Use this component to manage contents.

<dependency>
    <groupId>org.ow2.weblab.components</groupId>
    <artifactId>content-manager</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.weblab.components : content-manager to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of org.ow2.weblab.components : content-manager to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9
content-manager-1.9
1.8.x
content-manager-1.8.5
content-manager-1.8.4
content-manager-1.8.3
content-manager-1.8.3-SNAPSHOT
content-manager-1.8.2
content-manager-1.8.2-SNAPSHOT
content-manager-1.8.1
1.8
content-manager-1.8
1.7
content-manager-1.7

How to add a dependency to Maven

Add the following org.ow2.weblab.components : content-manager maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.weblab.components</groupId>
    <artifactId>content-manager</artifactId>
    <version>1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.weblab.components : content-manager gradle dependency to your build.gradle file:

implementation 'org.ow2.weblab.components:content-manager:1.9'

Gradle Kotlin DSL: Add the following org.ow2.weblab.components : content-manager gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.weblab.components:content-manager:1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.weblab.components : content-manager sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.weblab.components" % "content-manager" % "1.9"