gt-vpf
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-vpf</artifactId>
<version>24.2-oss84-1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!-- =======================================================================
Maven Project Configuration File
The Geotools Project
http://www.geotools.org/
Version: $Id$
======================================================================= -->
<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>unsupported</artifactId>
<version>24.2-oss84-1</version>
</parent>
<!-- =========================================================== -->
<!-- Module Description -->
<!-- =========================================================== -->
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-vpf</artifactId>
<packaging>jar</packaging>
<name>VPF Plugin</name>
<description>
DataStore plugin for VPF format.
</description>
<licenses>
<license>
<name>Lesser General Public License (LGPL)</name>
<url>http://www.gnu.org/copyleft/lesser.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<!-- =========================================================== -->
<!-- Developers and Contributors -->
<!-- =========================================================== -->
<developers>
<developer>
<name>Jeff Yutzler</name>
<id>jyutzler</id>
<email>jeff@ionicenterprise.com</email>
<organization>IONIC Enterprise Inc.</organization>
<roles>
<role>Module Maintainer</role>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Knut-Erik Johnsen</name>
<id>knutejoh</id>
<email>knuterik@onemap.org</email>
<organization>Project OneMap</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>Artur Hefczyc</name>
<id>kobit</id>
<email>kobit@users.sourceforge.net</email>
<organization>CCG</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
<developer>
<name>John Meagher</name>
<id></id>
<email>john.meagher@solipsys.com</email>
<organization>Solipsys</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developers>
<!-- =========================================================== -->
<!-- Dependency Management -->
<!-- =========================================================== -->
<dependencies>
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-main</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-epsg-wkt</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-sample-data</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<!-- this dependency is covered by main (via api) and by epsg-wkt -->
<!-- because this is confusing to maven we need to give it a clue -->
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-referencing</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>