How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>omx</artifactId>
<version>2.6.1</version>
</dependency>
Choose a version of org.jvnet.ogc : omx to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.6.x |
omx-2.6.1
|
||
omx-2.6.0
|
|||
2.5.x |
omx-2.5.4
|
||
1.1.x |
omx-1.1.0
|
||
1.0.x |
omx-1.0.3
|
||
omx-1.0.2
|
|||
omx-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.jvnet.ogc</groupId>
<artifactId>omx</artifactId>
<version>2.6.1</version>
</dependency>
Advertisement