Categories |
CategoriesGeronimo Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.geronimo.plugingroups |
ArtifactId | ArtifactIdplugingroups |
Version | Version2.2 |
Type | Typepom |
Filename | Size |
---|---|
plugingroups-2.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.plugingroups/plugingroups/ -->
<dependency>
<groupId>org.apache.geronimo.plugingroups</groupId>
<artifactId>plugingroups</artifactId>
<version>2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.plugingroups/plugingroups/
implementation 'org.apache.geronimo.plugingroups:plugingroups:2.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.plugingroups/plugingroups/
implementation ("org.apache.geronimo.plugingroups:plugingroups:2.2")
'org.apache.geronimo.plugingroups:plugingroups:pom:2.2'
<dependency org="org.apache.geronimo.plugingroups" name="plugingroups" rev="2.2">
<artifact name="plugingroups" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.plugingroups', module='plugingroups', version='2.2')
)
libraryDependencies += "org.apache.geronimo.plugingroups" % "plugingroups" % "2.2"
[org.apache.geronimo.plugingroups/plugingroups "2.2"]