mapsforge-map

Used in: 5 components

Overview

Description

Vector map library and writer - running on Android and Desktop.

Snippets

<dependency>
    <groupId>org.mapsforge</groupId>
    <artifactId>mapsforge-map</artifactId>
    <version>0.25.0</version>
</dependency>

Maven POM File

<?xml version="1.0" encoding="UTF-8"?>
<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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mapsforge</groupId>
  <artifactId>mapsforge-map</artifactId>
  <version>0.25.0</version>
  <name>Mapsforge</name>
  <description>Vector map library and writer - running on Android and Desktop.</description>
  <url>https://github.com/mapsforge/mapsforge</url>
  <licenses>
    <license>
      <name>GNU Lesser GPL</name>
      <url>https://www.gnu.org/licenses/lgpl.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>thilo.muehlberg</id>
      <name>Thilo Mühlberg</name>
      <email>thilo.muehlberg@gmail.com</email>
    </developer>
    <developer>
      <id>jjbross</id>
      <name>Jürgen Broß</name>
      <email>jjbross@gmail.com</email>
    </developer>
    <developer>
      <id>ludwigbrinckmann</id>
      <name>Ludwig M Brinckmann</name>
      <email>ludwigbrinckmann@gmail.com</email>
    </developer>
    <developer>
      <id>devemux86</id>
      <name>Emux</name>
      <email>devemux86@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/mapsforge/mapsforge</connection>
    <developerConnection>scm:git:https://github.com/mapsforge/mapsforge</developerConnection>
    <url>https://github.com/mapsforge/mapsforge</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.mapsforge</groupId>
      <artifactId>mapsforge-core</artifactId>
      <version>0.25.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>