| POM: |
Show
hide
<?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-gdx</artifactId>
<version>0.8.0-rc1</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-android</artifactId>
<version>0.8.0-rc1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.mapsforge</groupId>
<artifactId>vtm-gdx</artifactId>
<version>0.8.0-rc1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-backend-android</artifactId>
<version>1.9.6</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.noveogroup.android</groupId>
<artifactId>android-logger</artifactId>
<version>1.3.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|