How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.odata4j</groupId>
<artifactId>odata4j-parent</artifactId>
<version>0.7.0</version>
</dependency>
Choose a version of org.odata4j : odata4j-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
odata4j-parent-0.7.0
|
||
0.6.x |
odata4j-parent-0.6.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.odata4j</groupId>
<artifactId>odata4j-parent</artifactId>
<version>0.7.0</version>
</dependency>
Advertisement