How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.cyclopsgroup</groupId>
<artifactId>cyclopsgroup-parent</artifactId>
<version>0.7.0</version>
</dependency>
Choose a version of org.cyclopsgroup : cyclopsgroup-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
cyclopsgroup-parent-0.7.0
|
||
0.6.x |
cyclopsgroup-parent-0.6.1
|
||
0.4 |
cyclopsgroup-parent-0.4
|
||
0.3 |
cyclopsgroup-parent-0.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.cyclopsgroup</groupId>
<artifactId>cyclopsgroup-parent</artifactId>
<version>0.7.0</version>
</dependency>
Advertisement