MVN

org.jasig.portlet.proxy : WebProxyPortlet

Maven & Gradle

Jan 19, 2023
14 stars

WebProxyPortlet · Collection of portlets for proxying external content

<dependency>
    <groupId>org.jasig.portlet.proxy</groupId>
    <artifactId>WebProxyPortlet</artifactId>
    <version>2.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.4.0

All Versions

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

Version Vulnerabilities Updated
2.4.x
WebProxyPortlet-2.4.0
2.3.x
WebProxyPortlet-2.3.7
WebProxyPortlet-2.3.6
WebProxyPortlet-2.3.5
WebProxyPortlet-2.3.4
WebProxyPortlet-2.3.3
WebProxyPortlet-2.3.2
WebProxyPortlet-2.3.1
WebProxyPortlet-2.3.0
2.2.x
WebProxyPortlet-2.2.2
WebProxyPortlet-2.2.1
2.1.x
WebProxyPortlet-2.1.2
WebProxyPortlet-2.1.1
WebProxyPortlet-2.1.0
2.0.x
WebProxyPortlet-2.0.1
WebProxyPortlet-2.0.0
WebProxyPortlet-2.0.0-M5
WebProxyPortlet-2.0.0-M4
WebProxyPortlet-2.0.0-M3
WebProxyPortlet-2.0.0-M2
2.0
WebProxyPortlet-2.0-M1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jasig.portlet.proxy</groupId>
    <artifactId>WebProxyPortlet</artifactId>
    <version>2.4.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.jasig.portlet.proxy:WebProxyPortlet:2.4.0'

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

implementation("org.jasig.portlet.proxy:WebProxyPortlet:2.4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.jasig.portlet.proxy" % "WebProxyPortlet" % "2.4.0"