MVN

org.jvnet.ogc : ows

Maven & Gradle

Feb 27, 2016

OGC OWS

<dependency>
    <groupId>org.jvnet.ogc</groupId>
    <artifactId>ows</artifactId>
    <version>2.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jvnet.ogc : ows to add to Maven - Latest Versions:

  • Latest Stable: 2.6.1

All Versions

Choose a version of org.jvnet.ogc : ows to add to Maven - All Versions:

Version Vulnerabilities Updated
2.6.x
ows-2.6.1
ows-2.6.0
2.5.x
ows-2.5.4
ows-2.5.3
ows-2.5.2
ows-2.5.1
ows-2.5.0
2.4.x
ows-2.4.0
2.2.x
ows-2.2.0
2.1.x
ows-2.1.0
2.0.x
ows-2.0.0
1.1.x
ows-1.1.0
1.0.x
ows-1.0.3
ows-1.0.2
ows-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jvnet.ogc</groupId>
    <artifactId>ows</artifactId>
    <version>2.6.1</version>
</dependency>

Advertisement