MVN

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

Maven & Gradle

Jan 10, 2014
<dependency>
    <groupId>se.vgregion.cs-iframe</groupId>
    <artifactId>cs-iframe-core-module-application</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-application 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-application to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.14
cs-iframe-core-module-application-2.14
2.13
cs-iframe-core-module-application-2.13
2.12
cs-iframe-core-module-application-2.12
2.11
cs-iframe-core-module-application-2.11
2.10
cs-iframe-core-module-application-2.10
2.9
cs-iframe-core-module-application-2.9
2.6
cs-iframe-core-module-application-2.6
2.5
cs-iframe-core-module-application-2.5
2.4
cs-iframe-core-module-application-2.4
2.3
cs-iframe-core-module-application-2.3
2.2
cs-iframe-core-module-application-2.2
2.1
cs-iframe-core-module-application-2.1

How to add a dependency to Maven

Add the following se.vgregion.cs-iframe : cs-iframe-core-module-application 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-application</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-application gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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