How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sap.devops.cmclient</groupId>
<artifactId>module</artifactId>
<version>3.0.0</version>
</dependency>
Choose a version of com.sap.devops.cmclient : module to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
module-3.0.0
|
||
2.0.x |
module-2.0.1
|
||
module-2.0.0
|
|||
1.0.x |
module-1.0.0
|
||
0.0.x |
module-0.0.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.sap.devops.cmclient</groupId>
<artifactId>module</artifactId>
<version>3.0.0</version>
</dependency>
Advertisement