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