gt-tpk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-tpk</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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>unsupported</artifactId>
<groupId>io.oss84.geotools</groupId>
<version>24.2-oss84-1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<!-- =========================================================== -->
<!-- Module Description -->
<!-- =========================================================== -->
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-tpk</artifactId>
<packaging>jar</packaging>
<name>TPK Module</name>
<description>
TPK File support for GeoTools.
</description>
<dependencies>
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-main</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-coverage</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.oss84.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>