Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.plugins |
ArtifactId | ArtifactIdplugin-portlets |
Version | Version2.2.1 |
Type | Typewar |
Filename | Size |
---|---|
plugin-portlets-2.2.1.pom | |
plugin-portlets-2.2.1.war | 387 KB |
plugin-portlets-2.2.1-sources.jar | 582 KB |
plugin-portlets-2.2.1-javadoc.jar | 371 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.2.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/plugin-portlets/
implementation 'org.apache.geronimo.plugins:plugin-portlets:2.2.1'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/plugin-portlets/
implementation ("org.apache.geronimo.plugins:plugin-portlets:2.2.1")
'org.apache.geronimo.plugins:plugin-portlets:war:2.2.1'
<dependency org="org.apache.geronimo.plugins" name="plugin-portlets" rev="2.2.1">
<artifact name="plugin-portlets" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='plugin-portlets', version='2.2.1')
)
libraryDependencies += "org.apache.geronimo.plugins" % "plugin-portlets" % "2.2.1"
[org.apache.geronimo.plugins/plugin-portlets "2.2.1"]