How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>gui.swing-parent</artifactId>
<version>0.2.2</version>
</dependency>
Choose a version of xyz.cofe : gui.swing-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.2.x |
gui.swing-parent-0.2.2
|
||
gui.swing-parent-0.2.0
|
|||
0.1 |
gui.swing-parent-0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>gui.swing-parent</artifactId>
<version>0.2.2</version>
</dependency>
Advertisement