GroupId | GroupIdorg.jasig.portlet |
---|---|
ArtifactId | ArtifactIdWebProxyPortlet |
Version | Version1.0.0 |
Type | Typewar |
Filename | Size |
---|---|
WebProxyPortlet-1.0.0.pom | |
WebProxyPortlet-1.0.0.war | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jasig.portlet/WebProxyPortlet/ -->
<dependency>
<groupId>org.jasig.portlet</groupId>
<artifactId>WebProxyPortlet</artifactId>
<version>1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jasig.portlet/WebProxyPortlet/
implementation 'org.jasig.portlet:WebProxyPortlet:1.0.0'
// https://jarcasting.com/artifacts/org.jasig.portlet/WebProxyPortlet/
implementation ("org.jasig.portlet:WebProxyPortlet:1.0.0")
'org.jasig.portlet:WebProxyPortlet:war:1.0.0'
<dependency org="org.jasig.portlet" name="WebProxyPortlet" rev="1.0.0">
<artifact name="WebProxyPortlet" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jasig.portlet', module='WebProxyPortlet', version='1.0.0')
)
libraryDependencies += "org.jasig.portlet" % "WebProxyPortlet" % "1.0.0"
[org.jasig.portlet/WebProxyPortlet "1.0.0"]