MVN

se.vgregion.oppna-program-notessystem : oppna-program-notessystem-calendar-module-portlet

Maven & Gradle

Jan 10, 2014
<dependency>
    <groupId>se.vgregion.oppna-program-notessystem</groupId>
    <artifactId>oppna-program-notessystem-calendar-module-portlet</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.vgregion.oppna-program-notessystem : oppna-program-notessystem-calendar-module-portlet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of se.vgregion.oppna-program-notessystem : oppna-program-notessystem-calendar-module-portlet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
oppna-program-notessystem-calendar-module-portlet-1.7
1.6
oppna-program-notessystem-calendar-module-portlet-1.6
1.4
oppna-program-notessystem-calendar-module-portlet-1.4
1.3
oppna-program-notessystem-calendar-module-portlet-1.3
1.2
oppna-program-notessystem-calendar-module-portlet-1.2
1.1
oppna-program-notessystem-calendar-module-portlet-1.1
1.0
oppna-program-notessystem-calendar-module-portlet-1.0

How to add a dependency to Maven

Add the following se.vgregion.oppna-program-notessystem : oppna-program-notessystem-calendar-module-portlet maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>se.vgregion.oppna-program-notessystem</groupId>
    <artifactId>oppna-program-notessystem-calendar-module-portlet</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following se.vgregion.oppna-program-notessystem : oppna-program-notessystem-calendar-module-portlet gradle dependency to your build.gradle file:

implementation 'se.vgregion.oppna-program-notessystem:oppna-program-notessystem-calendar-module-portlet:1.7'

Gradle Kotlin DSL: Add the following se.vgregion.oppna-program-notessystem : oppna-program-notessystem-calendar-module-portlet gradle kotlin dependency to your build.gradle.kts file:

implementation("se.vgregion.oppna-program-notessystem:oppna-program-notessystem-calendar-module-portlet:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following se.vgregion.oppna-program-notessystem : oppna-program-notessystem-calendar-module-portlet sbt scala dependency to your build.sbt file:

libraryDependencies += "se.vgregion.oppna-program-notessystem" % "oppna-program-notessystem-calendar-module-portlet" % "1.7"