MVN

org.jasig.portlet.utils : portlet-form-resources

Maven & Gradle

Mar 06, 2018
1 usages
8 stars

Portlet Form Resources · Portlet Form Resources.

<dependency>
    <groupId>org.jasig.portlet.utils</groupId>
    <artifactId>portlet-form-resources</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.3

All Versions

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

Version Vulnerabilities Updated
1.1.x
portlet-form-resources-1.1.3
portlet-form-resources-1.1.3-M1
portlet-form-resources-1.1.2
portlet-form-resources-1.1.1
portlet-form-resources-1.1.0
1.0.x
portlet-form-resources-1.0.1
portlet-form-resources-1.0.0
portlet-form-resources-1.0.0-M3
portlet-form-resources-1.0.0-M2
portlet-form-resources-1.0.0-M1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jasig.portlet.utils</groupId>
    <artifactId>portlet-form-resources</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jasig.portlet.utils : portlet-form-resources gradle dependency to your build.gradle file:

implementation 'org.jasig.portlet.utils:portlet-form-resources:1.1.3'

Gradle Kotlin DSL: Add the following org.jasig.portlet.utils : portlet-form-resources gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jasig.portlet.utils:portlet-form-resources:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jasig.portlet.utils : portlet-form-resources sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jasig.portlet.utils" % "portlet-form-resources" % "1.1.3"

Advertisement