How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>us.careydevelopment.ecosystem</groupId>
<artifactId>parent</artifactId>
<version>1.8.5</version>
</dependency>
Choose a version of us.careydevelopment.ecosystem : parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.8.x |
parent-1.8.5
|
||
parent-1.8.4
|
|||
parent-1.8.3
|
|||
parent-1.8.2-RELEASE
|
|||
parent-1.8.1-RELEASE
|
|||
parent-1.8.0-RELEASE
|
|||
1.7.x |
parent-1.7.0-RELEASE
|
||
1.6.x |
parent-1.6.0-RELEASE
|
||
1.5.x |
parent-1.5.0-RELEASE
|
||
1.4.x |
parent-1.4.0-RELEASE
|
||
1.3.x |
parent-1.3.0-RELEASE
|
||
1.2.x |
parent-1.2.0-RELEASE
|
||
1.1.x |
parent-1.1.0-RELEASE
|
||
1.0.x |
parent-1.0.0-RELEASE
|
POM as dependency in dependencyManagement
<dependency>
<groupId>us.careydevelopment.ecosystem</groupId>
<artifactId>parent</artifactId>
<version>1.8.5</version>
</dependency>
Advertisement