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