How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>ogc</artifactId>
<version>org.w3.xlink</version>
</dependency>
Choose a version of io.oss84.geotools : ogc to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
24.2 |
ogc-24.2-oss84-1
|
||
ogc-24.2
|
|||
org.w3.x |
ogc-org.w3.xlink
|
||
net.opengis.x |
ogc-net.opengis.wps
|
||
ogc-net.opengis.wmts
|
|||
ogc-net.opengis.wfs
|
|||
ogc-net.opengis.wcs
|
|||
ogc-net.opengis.ows
|
|||
ogc-net.opengis.fes
|
|||
ogc-net.opengis.csw
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>ogc</artifactId>
<version>org.w3.xlink</version>
</dependency>
Advertisement