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