How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.qbicc</groupId>
<artifactId>qbicc-testing-parent</artifactId>
<version>0.76.0</version>
</dependency>
Choose a version of org.qbicc : qbicc-testing-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.76.x |
qbicc-testing-parent-0.76.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.qbicc</groupId>
<artifactId>qbicc-testing-parent</artifactId>
<version>0.76.0</version>
</dependency>
Advertisement