How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.torodb.mongowp.client</groupId>
<artifactId>parent-pom</artifactId>
<version>0.50.2</version>
</dependency>
Choose a version of com.torodb.mongowp.client : parent-pom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.50.x |
parent-pom-0.50.2
|
||
parent-pom-0.50.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.torodb.mongowp.client</groupId>
<artifactId>parent-pom</artifactId>
<version>0.50.2</version>
</dependency>
Advertisement