staticmaps-builder
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.marlonlom</groupId>
<artifactId>staticmaps-builder</artifactId>
<version>1.0.0</version>
</dependency><?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>com.github.marlonlom</groupId>
<artifactId>staticmaps-builder</artifactId>
<version>1.0.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>24.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
<name>Google static maps builder</name>
<description>Helper library for building google static maps image url</description>
<url>https://github.com/marlonlom/staticmaps_builder</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<scm>
<connection>git@github.com:marlonlom/staticmaps_builder.git</connection>
<developerConnection>git@github.com:marlonlom/staticmaps_builder.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/marlonlom/staticmaps_builder</url>
</scm>
<developers>
<developer>
<id>marlonlom</id>
<name>Marlon Lopez</name>
<email>malm.gm@gmail.com</email>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>
</project>