How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.java.dev.spring-annotation</groupId>
<artifactId>spring-annotation</artifactId>
<version>1.0.2</version>
</dependency>
Choose a version of net.java.dev.spring-annotation : spring-annotation to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
spring-annotation-1.0.2
|
||
1.0 |
spring-annotation-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.java.dev.spring-annotation</groupId>
<artifactId>spring-annotation</artifactId>
<version>1.0.2</version>
</dependency>
Advertisement