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