How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.annot8</groupId>
<artifactId>annot8-parent</artifactId>
<version>1.2.2</version>
</dependency>
Choose a version of io.annot8 : annot8-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
annot8-parent-1.2.2
|
||
annot8-parent-1.2.1
|
|||
1.1.x |
annot8-parent-1.1.0
|
||
1.0.x |
annot8-parent-1.0.2
|
||
annot8-parent-1.0.1
|
|||
annot8-parent-1.0.0
|
|||
0.5.x |
annot8-parent-0.5.0
|
||
0.4.x |
annot8-parent-0.4.0
|
||
0.2.x |
annot8-parent-0.2.0
|
||
0.1.x |
annot8-parent-0.1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.annot8</groupId>
<artifactId>annot8-parent</artifactId>
<version>1.2.2</version>
</dependency>
Advertisement