All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.maven.org.tinfour.TinfourGis.pom.xml Maven / Gradle / Ivy

Go to download

Classes for accessing data from GIS sources including Shapefiles and airborne Lidar

There is a newer version: 2.1.7
Show newest version
<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>org.tinfour</groupId>
    <artifactId>Tinfour</artifactId>
    <version>2.1.2</version>
  </parent>

  <artifactId>TinfourGis</artifactId>
  <name>Gis</name>
  <description>Classes for accessing data from GIS sources including Shapefiles and airborne Lidar</description>
  
  <dependencies>
    <dependency>
      <groupId>com.github.mreutegg</groupId>
      <artifactId>laszip4j</artifactId>
      <version>0.5</version>
    </dependency>

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
    </dependency>

    <dependency>
      <groupId>org.tinfour</groupId>
      <artifactId>TinfourCore</artifactId>
    </dependency>
  </dependencies>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy