GroupId | GroupIdorg.jasig.portlet.proxy |
---|---|
ArtifactId | ArtifactIdWebProxyPortlet |
Version | Version2.0.0-M2 |
Type | Typewar |
Filename | Size |
---|---|
WebProxyPortlet-2.0.0-M2.pom | |
WebProxyPortlet-2.0.0-M2.war | 11 MB |
WebProxyPortlet-2.0.0-M2-sources.jar | 53 KB |
WebProxyPortlet-2.0.0-M2-javadoc.jar | 246 KB |
WebProxyPortlet-2.0.0-M2-classes.jar | 65 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-M2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portlet.proxy/WebProxyPortlet/
implementation 'org.jasig.portlet.proxy:WebProxyPortlet:2.0.0-M2'
// https://jarcasting.com/artifacts/org.jasig.portlet.proxy/WebProxyPortlet/
implementation ("org.jasig.portlet.proxy:WebProxyPortlet:2.0.0-M2")
'org.jasig.portlet.proxy:WebProxyPortlet:war:2.0.0-M2'
<dependency org="org.jasig.portlet.proxy" name="WebProxyPortlet" rev="2.0.0-M2">
<artifact name="WebProxyPortlet" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portlet.proxy', module='WebProxyPortlet', version='2.0.0-M2')
)
libraryDependencies += "org.jasig.portlet.proxy" % "WebProxyPortlet" % "2.0.0-M2"
[org.jasig.portlet.proxy/WebProxyPortlet "2.0.0-M2"]