How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ogc-schemas</groupId>
<artifactId>wcs-scaling</artifactId>
<version>4.0.0</version>
</dependency>
Choose a version of org.ogc-schemas : wcs-scaling to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
wcs-scaling-4.0.0
|
||
3.0.x |
wcs-scaling-3.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ogc-schemas</groupId>
<artifactId>wcs-scaling</artifactId>
<version>4.0.0</version>
</dependency>
Advertisement