GroupId | GroupIdorg.jasig.portlet |
---|---|
ArtifactId | ArtifactIdWebProxyPortlet |
Version | Version1.1.3 |
Type | Typewar |
Filename | Size |
---|---|
WebProxyPortlet-1.1.3.pom | |
WebProxyPortlet-1.1.3.war | 19 MB |
WebProxyPortlet-1.1.3-sources.jar | 131 KB |
WebProxyPortlet-1.1.3-site.xml | 526 bytes |
WebProxyPortlet-1.1.3-javadoc.jar | 429 KB |
WebProxyPortlet-1.1.3-classes.jar | 124 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasig.portlet/WebProxyPortlet/ -->
<dependency>
<groupId>org.jasig.portlet</groupId>
<artifactId>WebProxyPortlet</artifactId>
<version>1.1.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portlet/WebProxyPortlet/
implementation 'org.jasig.portlet:WebProxyPortlet:1.1.3'
// https://jarcasting.com/artifacts/org.jasig.portlet/WebProxyPortlet/
implementation ("org.jasig.portlet:WebProxyPortlet:1.1.3")
'org.jasig.portlet:WebProxyPortlet:war:1.1.3'
<dependency org="org.jasig.portlet" name="WebProxyPortlet" rev="1.1.3">
<artifact name="WebProxyPortlet" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portlet', module='WebProxyPortlet', version='1.1.3')
)
libraryDependencies += "org.jasig.portlet" % "WebProxyPortlet" % "1.1.3"
[org.jasig.portlet/WebProxyPortlet "1.1.3"]