MVN

se.vgregion.cs-iframe : cs-iframe-core-module-portlet

Maven & Gradle

Jan 10, 2014
<dependency>
    <groupId>se.vgregion.cs-iframe</groupId>
    <artifactId>cs-iframe-core-module-portlet</artifactId>
    <version>2.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.vgregion.cs-iframe : cs-iframe-core-module-portlet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.14

All Versions

Choose a version of se.vgregion.cs-iframe : cs-iframe-core-module-portlet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.14
cs-iframe-core-module-portlet-2.14
2.13
cs-iframe-core-module-portlet-2.13
2.12
cs-iframe-core-module-portlet-2.12
2.11
cs-iframe-core-module-portlet-2.11
2.10
cs-iframe-core-module-portlet-2.10
2.9
cs-iframe-core-module-portlet-2.9
2.6
cs-iframe-core-module-portlet-2.6
2.5
cs-iframe-core-module-portlet-2.5
2.4
cs-iframe-core-module-portlet-2.4
2.3
cs-iframe-core-module-portlet-2.3
2.2
cs-iframe-core-module-portlet-2.2
2.1
cs-iframe-core-module-portlet-2.1
2.0
cs-iframe-core-module-portlet-2.0
1.4.x
cs-iframe-core-module-portlet-1.4.1
1.4
cs-iframe-core-module-portlet-1.4
1.3
cs-iframe-core-module-portlet-1.3
1.2
cs-iframe-core-module-portlet-1.2

How to add a dependency to Maven

Add the following se.vgregion.cs-iframe : cs-iframe-core-module-portlet maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.vgregion.cs-iframe</groupId>
    <artifactId>cs-iframe-core-module-portlet</artifactId>
    <version>2.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.vgregion.cs-iframe : cs-iframe-core-module-portlet gradle dependency to your build.gradle file:

implementation 'se.vgregion.cs-iframe:cs-iframe-core-module-portlet:2.14'

Gradle Kotlin DSL: Add the following se.vgregion.cs-iframe : cs-iframe-core-module-portlet gradle kotlin dependency to your build.gradle.kts file:

implementation("se.vgregion.cs-iframe:cs-iframe-core-module-portlet:2.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.vgregion.cs-iframe : cs-iframe-core-module-portlet sbt scala dependency to your build.sbt file:

libraryDependencies += "se.vgregion.cs-iframe" % "cs-iframe-core-module-portlet" % "2.14"