geolatte-geom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.geolatte</groupId>
<artifactId>geolatte-geom</artifactId>
<version>1.11</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!-- ~ This file is part of the GeoLatte project. ~ ~ GeoLatte is free software:
you can redistribute it and/or modify ~ it under the terms of the GNU Lesser
General Public License as published by ~ the Free Software Foundation, either
version 3 of the License, or ~ (at your option) any later version. ~ ~ GeoLatte
is distributed in the hope that it will be useful, ~ but WITHOUT ANY WARRANTY;
without even the implied warranty of ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE. See the ~ GNU Lesser General Public License for more details. ~
~ You should have received a copy of the GNU Lesser General Public License
~ along with GeoLatte. If not, see <http://www.gnu.org/licenses />. ~ ~ Copyright
(C) 2010 - 2011 and Ownership of code is shared by: ~ Qmino bvba - Romeinsestraat
18 - 3001 Heverlee (http://www.qmino.com) ~ Geovise bvba - Generaal Eisenhowerlei
9 - 2140 Antwerpen (http://www.geovise.com) -->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.geolatte</groupId>
<artifactId>geolatte</artifactId>
<version>1.11</version>
</parent>
<groupId>org.geolatte</groupId>
<artifactId>geolatte-geom</artifactId>
<version>1.11</version>
<name>geolatte-geom</name>
<description>This geoLatte-geom library offers a geometry model that conforms to the OGC Simple Features for SQL
specification.</description>
<url>https://github.com/geolatte/geolatte-geom</url>
<licenses>
<license>
<name>LGPL 3.0</name>
<url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<project.automatic.module.name>org.geolatte.geom</project.automatic.module.name>
</properties>
<dependencies>
<dependency>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
<version>${jts-core.version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-lgpl</artifactId>
<version>1.5.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-main</artifactId>
<version>32.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
<version>32.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>