How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.cedarsoft.annotations</groupId>
<artifactId>annotations-parent</artifactId>
<version>8.9.0</version>
</dependency>
Choose a version of com.cedarsoft.annotations : annotations-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.9.x |
annotations-parent-8.9.0
|
||
8.8.x |
annotations-parent-8.8.1
|
||
annotations-parent-8.8.0
|
|||
8.7.x |
annotations-parent-8.7.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.cedarsoft.annotations</groupId>
<artifactId>annotations-parent</artifactId>
<version>8.9.0</version>
</dependency>
Advertisement