MVN

org.jasig.uportal : uportal-war

Maven & Gradle

Mar 18, 2010
<dependency>
    <groupId>org.jasig.uportal</groupId>
    <artifactId>uportal-war</artifactId>
    <version>2.6.1-GA</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jasig.uportal : uportal-war to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.1-GA

All Versions

Choose a version of org.jasig.uportal : uportal-war to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
uportal-war-2.6.1-GA
uportal-war-2.6.0-GA

How to add a dependency to Maven

Add the following org.jasig.uportal : uportal-war maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jasig.uportal</groupId>
    <artifactId>uportal-war</artifactId>
    <version>2.6.1-GA</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jasig.uportal : uportal-war gradle dependency to your build.gradle file:

implementation 'org.jasig.uportal:uportal-war:2.6.1-GA'

Gradle Kotlin DSL: Add the following org.jasig.uportal : uportal-war gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jasig.uportal:uportal-war:2.6.1-GA")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jasig.uportal : uportal-war sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jasig.uportal" % "uportal-war" % "2.6.1-GA"