How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.geronimo.framework.plugingroups</groupId>
<artifactId>plugingroups</artifactId>
<version>3.0.1</version>
</dependency>
Choose a version of org.apache.geronimo.framework.plugingroups : plugingroups to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
plugingroups-3.0.1
|
||
plugingroups-3.0.0
|
|||
3.0 |
plugingroups-3.0-beta-1
|
||
plugingroups-3.0-M1
|
|||
2.2.x |
plugingroups-2.2.1
|
||
2.2 |
plugingroups-2.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.apache.geronimo.framework.plugingroups</groupId>
<artifactId>plugingroups</artifactId>
<version>3.0.1</version>
</dependency>
Advertisement