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