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