How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-parent</artifactId>
<version>1.4.1.RELEASE</version>
</dependency>
Choose a version of org.springframework.data : spring-data-commons-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
spring-data-commons-parent-1.4.1.RELEASE
|
||
spring-data-commons-parent-1.4.0.RELEASE
|
|||
1.3.x |
spring-data-commons-parent-1.3.2.RELEASE
|
||
spring-data-commons-parent-1.3.1.RELEASE
|
|||
spring-data-commons-parent-1.3.0.RELEASE
|
|||
1.2.x |
spring-data-commons-parent-1.2.1.RELEASE
|
||
spring-data-commons-parent-1.2.0.RELEASE
|
|||
1.1.x |
spring-data-commons-parent-1.1.0.RELEASE
|
||
1.0.x |
spring-data-commons-parent-1.0.0.RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons-parent</artifactId>
<version>1.4.1.RELEASE</version>
</dependency>
Advertisement