Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.plugins |
ArtifactId | ArtifactIdopenejb-portlets |
Version | Version3.0-M1 |
Type | Typewar |
Filename | Size |
---|---|
openejb-portlets-3.0-M1.pom | |
openejb-portlets-3.0-M1.war | 3 MB |
openejb-portlets-3.0-M1-sources.jar | 63 KB |
openejb-portlets-3.0-M1-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugins/openejb-portlets/ -->
<dependency>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>openejb-portlets</artifactId>
<version>3.0-M1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/openejb-portlets/
implementation 'org.apache.geronimo.plugins:openejb-portlets:3.0-M1'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugins/openejb-portlets/
implementation ("org.apache.geronimo.plugins:openejb-portlets:3.0-M1")
'org.apache.geronimo.plugins:openejb-portlets:war:3.0-M1'
<dependency org="org.apache.geronimo.plugins" name="openejb-portlets" rev="3.0-M1">
<artifact name="openejb-portlets" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugins', module='openejb-portlets', version='3.0-M1')
)
libraryDependencies += "org.apache.geronimo.plugins" % "openejb-portlets" % "3.0-M1"
[org.apache.geronimo.plugins/openejb-portlets "3.0-M1"]