How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.ig.us.otc</groupId>
<artifactId>quickfixj-parent</artifactId>
<version>1.0.22</version>
</dependency>
Choose a version of com.ig.us.otc : quickfixj-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
quickfixj-parent-1.0.22
|
||
quickfixj-parent-1.0.21
|
|||
quickfixj-parent-1.0.20
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.ig.us.otc</groupId>
<artifactId>quickfixj-parent</artifactId>
<version>1.0.22</version>
</dependency>
Advertisement