MVN

org.jasig.portlet.simplecontent : SimpleContentPortlet

Maven & Gradle

Jan 19, 2023
3 stars

Simple Content Management Portlet · Portlet Preferences based CMS portlet

<dependency>
    <groupId>org.jasig.portlet.simplecontent</groupId>
    <artifactId>SimpleContentPortlet</artifactId>
    <version>3.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jasig.portlet.simplecontent : SimpleContentPortlet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.0

All Versions

Choose a version of org.jasig.portlet.simplecontent : SimpleContentPortlet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
SimpleContentPortlet-3.4.0
3.3.x
SimpleContentPortlet-3.3.2
SimpleContentPortlet-3.3.1
SimpleContentPortlet-3.3.0
3.2.x
SimpleContentPortlet-3.2.0
3.1.x
SimpleContentPortlet-3.1.3
SimpleContentPortlet-3.1.2
SimpleContentPortlet-3.1.1
SimpleContentPortlet-3.1.0
3.0.x
SimpleContentPortlet-3.0.0
2.2.x
SimpleContentPortlet-2.2.0
2.1.x
SimpleContentPortlet-2.1.2
SimpleContentPortlet-2.1.1
SimpleContentPortlet-2.1.0
2.0.x
SimpleContentPortlet-2.0.2
SimpleContentPortlet-2.0.2-M3
SimpleContentPortlet-2.0.2-M2
SimpleContentPortlet-2.0.2-M1
SimpleContentPortlet-2.0.1
SimpleContentPortlet-2.0.0
1.2.x
SimpleContentPortlet-1.2.2
SimpleContentPortlet-1.2.1
SimpleContentPortlet-1.2.0
SimpleContentPortlet-1.2.0-M4
SimpleContentPortlet-1.2.0-M3
SimpleContentPortlet-1.2.0-M2
SimpleContentPortlet-1.2.0-M1
1.1.x
SimpleContentPortlet-1.1.1
SimpleContentPortlet-1.1.0
1.0.x
SimpleContentPortlet-1.0.9
SimpleContentPortlet-1.0.8
SimpleContentPortlet-1.0.8-M2
SimpleContentPortlet-1.0.8-M1
SimpleContentPortlet-1.0.7
SimpleContentPortlet-1.0.6
SimpleContentPortlet-1.0.5
SimpleContentPortlet-1.0.4
SimpleContentPortlet-1.0.3
SimpleContentPortlet-1.0.2
SimpleContentPortlet-1.0.1
SimpleContentPortlet-1.0.0
0.2
SimpleContentPortlet-0.2
0.1
SimpleContentPortlet-0.1

How to add a dependency to Maven

Add the following org.jasig.portlet.simplecontent : SimpleContentPortlet maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jasig.portlet.simplecontent</groupId>
    <artifactId>SimpleContentPortlet</artifactId>
    <version>3.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jasig.portlet.simplecontent : SimpleContentPortlet gradle dependency to your build.gradle file:

implementation 'org.jasig.portlet.simplecontent:SimpleContentPortlet:3.4.0'

Gradle Kotlin DSL: Add the following org.jasig.portlet.simplecontent : SimpleContentPortlet gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jasig.portlet.simplecontent:SimpleContentPortlet:3.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jasig.portlet.simplecontent : SimpleContentPortlet sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jasig.portlet.simplecontent" % "SimpleContentPortlet" % "3.4.0"