MVN

org.jasig.uportal : uportal

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 2.6.1-GA
  • Latest Release Candidate: 2.5.3-rc1

All Versions

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

Version Vulnerabilities Updated
2.6.x
uportal-2.6.1-GA
uportal-2.6.0-GA
2.5.x
uportal-2.5.3-rc1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jasig.uportal</groupId>
    <artifactId>uportal</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 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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