MVN

org.jasig.portal : uportal3-impl

Maven & Gradle

Mar 18, 2010
1 usages

uPortal 3 Source · The source code for uPortal 3.

<dependency>
    <groupId>org.jasig.portal</groupId>
    <artifactId>uportal3-impl</artifactId>
    <version>3.0.0-M4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.0-M4

All Versions

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

Version Vulnerabilities Updated
3.0.x
uportal3-impl-3.0.0-M4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jasig.portal</groupId>
    <artifactId>uportal3-impl</artifactId>
    <version>3.0.0-M4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jasig.portal : uportal3-impl gradle dependency to your build.gradle file:

implementation 'org.jasig.portal:uportal3-impl:3.0.0-M4'

Gradle Kotlin DSL: Add the following org.jasig.portal : uportal3-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jasig.portal:uportal3-impl:3.0.0-M4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jasig.portal : uportal3-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jasig.portal" % "uportal3-impl" % "3.0.0-M4"