How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.nbsaas.boot</groupId>
<artifactId>annotations</artifactId>
<version>1.0.17-2023</version>
</dependency>
Choose a version of com.nbsaas.boot : annotations to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
annotations-1.0.17-2023
|
||
annotations-1.0.16-2023
|
|||
annotations-1.0.15-2023
|
|||
annotations-1.0.14-2023
|
|||
annotations-1.0.13-2023
|
|||
annotations-1.0.12-2023
|
|||
annotations-1.0.11-2023
|
|||
annotations-1.0.10-2023
|
|||
annotations-1.0.9-2023
|
|||
annotations-1.0.8-2023
|
|||
annotations-1.0.7-2023
|
|||
annotations-1.0.6-2023-04-09
|
|||
annotations-1.0.5-2023-04-08
|
|||
annotations-1.0.4-2023-03-25
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.nbsaas.boot</groupId>
<artifactId>annotations</artifactId>
<version>1.0.17-2023</version>
</dependency>
Advertisement