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