Download vtm-android-0.6.0.jar file

Introduction

You can download vtm-android-0.6.0.jar in this page.

License

GNU Lesser GPL

Type List

vtm-android-0.6.0.jar file has the following types.

META-INF/MANIFEST.MF
org.oscim.android.AndroidAssets.class
org.oscim.android.BuildConfig.class
org.oscim.android.MapPreferences.class
org.oscim.android.MapView.class
org.oscim.android.cache.TileCache.class
org.oscim.android.canvas.AndroidBitmap.class
org.oscim.android.canvas.AndroidCanvas.class
org.oscim.android.canvas.AndroidGraphics.class
org.oscim.android.canvas.AndroidPaint.class
org.oscim.android.canvas.AndroidSvgBitmap.class
org.oscim.android.gl.AndroidGL.class
org.oscim.android.gl.GlConfigChooser.class
org.oscim.android.input.AndroidMotionEvent.class
org.oscim.android.input.GestureHandler.class
org.oscim.android.theme.AssetsRenderTheme.class

Pom

vtm-android-0.6.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>
  <groupId>org.mapsforge</groupId>
  <artifactId>vtm-android</artifactId>
  <version>0.6.0</version>
  <name>vtm</name>
  <description>OpenGL vector map library written in Java - running on Android, iOS, Desktop and within the browser.</description>
  <url>https://github.com/mapsforge/vtm</url>
  <licenses>
    <license>
      <name>GNU Lesser GPL</name>
      <url>http://www.gnu.org/licenses/lgpl.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>hannes.janetzek</id>
      <name>Hannes Janetzek</name>
      <email>hannes.janetzek@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/vtm</connection>
    <developerConnection>scm:git:https://github.com/mapsforge/vtm</developerConnection>
    <url>https://github.com/mapsforge/vtm</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.mapsforge</groupId>
      <artifactId>vtm</artifactId>
      <version>0.6.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.caverock</groupId>
      <artifactId>androidsvg</artifactId>
      <version>1.2.2-beta-1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.mapsforge</groupId>
   <artifactId>vtm-android</artifactId>
   <version>0.6.0</version>
</dependency>

Download

If you think the following vtm-android-0.6.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download vtm-android-0.6.0.jar file




PreviousNext

Related