map-java-qq
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>club.mrxiao</groupId>
<artifactId>map-java-qq</artifactId>
<version>3.0.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>map-java-tools</artifactId>
<groupId>club.mrxiao</groupId>
<version>3.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>MapJava - QQ</name>
<artifactId>map-java-qq</artifactId>
<description>腾讯地图服务api封装</description>
<dependencies>
<dependency>
<groupId>club.mrxiao</groupId>
<artifactId>map-java-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>