GroupId | GroupIdorg.jasig.portlet.proxy |
---|---|
ArtifactId | ArtifactIdWebProxyPortlet |
Version | Version2.3.2 |
Type | Typewar |
Filename | Size |
---|---|
WebProxyPortlet-2.3.2.pom | |
WebProxyPortlet-2.3.2.war | 16 MB |
WebProxyPortlet-2.3.2-sources.jar | 89 KB |
WebProxyPortlet-2.3.2-javadoc.jar | 385 KB |
WebProxyPortlet-2.3.2-classes.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasig.portlet.proxy/WebProxyPortlet/ -->
<dependency>
<groupId>org.jasig.portlet.proxy</groupId>
<artifactId>WebProxyPortlet</artifactId>
<version>2.3.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portlet.proxy/WebProxyPortlet/
implementation 'org.jasig.portlet.proxy:WebProxyPortlet:2.3.2'
// https://jarcasting.com/artifacts/org.jasig.portlet.proxy/WebProxyPortlet/
implementation ("org.jasig.portlet.proxy:WebProxyPortlet:2.3.2")
'org.jasig.portlet.proxy:WebProxyPortlet:war:2.3.2'
<dependency org="org.jasig.portlet.proxy" name="WebProxyPortlet" rev="2.3.2">
<artifact name="WebProxyPortlet" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portlet.proxy', module='WebProxyPortlet', version='2.3.2')
)
libraryDependencies += "org.jasig.portlet.proxy" % "WebProxyPortlet" % "2.3.2"
[org.jasig.portlet.proxy/WebProxyPortlet "2.3.2"]