MVN

org.jasig.portal : uportal-ear-deployer

Maven & Gradle

Oct 16, 2010
3 usages

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

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

Latest Version

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

  • Latest Stable: 3.0.8
  • Latest Release Candidate: 3.1.0-RC2

All Versions

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

Version Vulnerabilities Updated
3.1.x
uportal-ear-deployer-3.1.5
uportal-ear-deployer-3.1.4
uportal-ear-deployer-3.1.3
uportal-ear-deployer-3.1.2
uportal-ear-deployer-3.1.1
uportal-ear-deployer-3.1.0
uportal-ear-deployer-3.1.0-RC2
uportal-ear-deployer-3.1.0-RC1
uportal-ear-deployer-3.1.0-M2
uportal-ear-deployer-3.1.0-M1
3.0.x
uportal-ear-deployer-3.0.8
uportal-ear-deployer-3.0.7
uportal-ear-deployer-3.0.6
uportal-ear-deployer-3.0.5
uportal-ear-deployer-3.0.4
uportal-ear-deployer-3.0.3
uportal-ear-deployer-3.0.3-RC1
uportal-ear-deployer-3.0.2
uportal-ear-deployer-3.0.1
uportal-ear-deployer-3.0.0
uportal-ear-deployer-3.0.0-RC3
uportal-ear-deployer-3.0.0-RC2
uportal-ear-deployer-3.0.0-M5
1.0.x
uportal-ear-deployer-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jasig.portal</groupId>
    <artifactId>uportal-ear-deployer</artifactId>
    <version>3.0.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jasig.portal:uportal-ear-deployer:3.0.8'

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

implementation("org.jasig.portal:uportal-ear-deployer:3.0.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jasig.portal" % "uportal-ear-deployer" % "3.0.8"

Advertisement