net.opengis.wfs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.oss84.geotools.ogc</groupId>
<artifactId>net.opengis.wfs</artifactId>
<version>24.2-oss84-1</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.oss84.geotools</groupId>
<artifactId>ogc</artifactId>
<version>24.2-oss84-1</version>
</parent>
<groupId>io.oss84.geotools.ogc</groupId>
<artifactId>net.opengis.wfs</artifactId>
<packaging>jar</packaging>
<name>Web Feature Service Model</name>
<description>Web Feature Service Schema EMF Model</description>
<dependencies>
<dependency>
<groupId>io.oss84.geotools.ogc</groupId>
<artifactId>org.w3.xlink</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.oss84.geotools.ogc</groupId>
<artifactId>net.opengis.fes</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-main</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>