| Categories |
CategoriesGeronimo Container Application Servers |
|---|---|
| GroupId | GroupIdorg.apache.geronimo.plugins |
| ArtifactId | ArtifactIdplugin-portlets |
| Version | Version2.1.7 |
| Type | Typewar |
| Filename | Size |
|---|---|
| plugin-portlets-2.1.7.pom | |
| plugin-portlets-2.1.7.war | 375 KB |
| plugin-portlets-2.1.7-sources.jar | 408 KB |
| plugin-portlets-2.1.7-javadoc.jar | 800 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugins/plugin-portlets/ -->
<dependency>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>plugin-portlets</artifactId>
<version>2.1.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/plugin-portlets/
implementation 'org.apache.geronimo.plugins:plugin-portlets:2.1.7'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/plugin-portlets/
implementation ("org.apache.geronimo.plugins:plugin-portlets:2.1.7")
'org.apache.geronimo.plugins:plugin-portlets:war:2.1.7'
<dependency org="org.apache.geronimo.plugins" name="plugin-portlets" rev="2.1.7">
<artifact name="plugin-portlets" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='plugin-portlets', version='2.1.7')
)
libraryDependencies += "org.apache.geronimo.plugins" % "plugin-portlets" % "2.1.7"
[org.apache.geronimo.plugins/plugin-portlets "2.1.7"]