How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin</artifactId>
<version>3.0.0</version>
</dependency>
Choose a version of org.springframework.plugin : spring-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
spring-plugin-3.0.0
|
||
2.0.x |
spring-plugin-2.0.0.RELEASE
|
||
1.2.x |
spring-plugin-1.2.0.RELEASE
|
||
1.1.x |
spring-plugin-1.1.0.RELEASE
|
||
1.0.x |
spring-plugin-1.0.0.RELEASE
|
||
0.8.x |
spring-plugin-0.8.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin</artifactId>
<version>3.0.0</version>
</dependency>
Advertisement