MVN

org.jasig.portal : uportal3-ear-deployer

Maven & Gradle

Mar 18, 2010
1 usages

uPortal 3 EAR Deployer · Project that can deploy the uPortal 3 packaged EAR to Tomcat and possibly other containers.

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

Latest Version

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

  • Latest Stable: 3.0.0-M4

All Versions

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

Version Vulnerabilities Updated
3.0.x
uportal3-ear-deployer-3.0.0-M4

How to add a dependency to Maven

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

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

implementation 'org.jasig.portal:uportal3-ear-deployer:3.0.0-M4'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement