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