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