MVN

org.jasig.portlet : ContactsPortlet

Maven & Gradle

Jan 14, 2014
4 stars

Contacts Portlet · Contacts Portlet

<dependency>
    <groupId>org.jasig.portlet</groupId>
    <artifactId>ContactsPortlet</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.6

All Versions

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

Version Vulnerabilities Updated
1.0.x
ContactsPortlet-1.0.6
ContactsPortlet-1.0.5
ContactsPortlet-1.0.4
ContactsPortlet-1.0.3
ContactsPortlet-1.0.2
ContactsPortlet-1.0.1
ContactsPortlet-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jasig.portlet</groupId>
    <artifactId>ContactsPortlet</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jasig.portlet : ContactsPortlet gradle dependency to your build.gradle file:

implementation 'org.jasig.portlet:ContactsPortlet:1.0.6'

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

implementation("org.jasig.portlet:ContactsPortlet:1.0.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jasig.portlet" % "ContactsPortlet" % "1.0.6"