How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>xyz.opcal.cloud</groupId>
<artifactId>opcal-cloud-commons-build</artifactId>
<version>0.2.6.9</version>
</dependency>
Choose a version of xyz.opcal.cloud : opcal-cloud-commons-build to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.7.x |
opcal-cloud-commons-build-2.7.1.1
|
||
opcal-cloud-commons-build-2.7.1.0
|
|||
opcal-cloud-commons-build-2.7.0.0
|
|||
0.2.x |
opcal-cloud-commons-build-0.2.6.9
|
||
opcal-cloud-commons-build-0.2.6.8
|
POM as dependency in dependencyManagement
<dependency>
<groupId>xyz.opcal.cloud</groupId>
<artifactId>opcal-cloud-commons-build</artifactId>
<version>0.2.6.9</version>
</dependency>
Advertisement