GroupId | GroupIdorg.jasig.portlet |
---|---|
ArtifactId | ArtifactIdWebProxyPortlet |
Version | Version1.1.4 |
Type | Typewar |
Filename | Size |
---|---|
WebProxyPortlet-1.1.4.pom | |
WebProxyPortlet-1.1.4.war | 19 MB |
WebProxyPortlet-1.1.4-sources.jar | 132 KB |
WebProxyPortlet-1.1.4-site.xml | 526 bytes |
WebProxyPortlet-1.1.4-javadoc.jar | 429 KB |
WebProxyPortlet-1.1.4-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.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portlet/WebProxyPortlet/
implementation 'org.jasig.portlet:WebProxyPortlet:1.1.4'
// https://jarcasting.com/artifacts/org.jasig.portlet/WebProxyPortlet/
implementation ("org.jasig.portlet:WebProxyPortlet:1.1.4")
'org.jasig.portlet:WebProxyPortlet:war:1.1.4'
<dependency org="org.jasig.portlet" name="WebProxyPortlet" rev="1.1.4">
<artifact name="WebProxyPortlet" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portlet', module='WebProxyPortlet', version='1.1.4')
)
libraryDependencies += "org.jasig.portlet" % "WebProxyPortlet" % "1.1.4"
[org.jasig.portlet/WebProxyPortlet "1.1.4"]