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