gd_compose
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.TheMelody</groupId>
<artifactId>gd_compose</artifactId>
<version>1.0.7</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.TheMelody</groupId>
<artifactId>gd_compose</artifactId>
<version>1.0.7</version>
<packaging>aar</packaging>
<name>io.github.TheMelody:gd_compose</name>
<description>🔥🔥🔥Compose一键集成5大地图平台地图 - 高德地图</description>
<url>https://github.com/TheMelody/OmniMap-Compose</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://raw.githubusercontent.com/TheMelody/OmniMap-Compose/master/LICENSE.md</url>
</license>
</licenses>
<developers>
<developer>
<name>被风吹过的夏天</name>
<email>developer_melody@163.com</email>
<organization>TheMelody</organization>
<organizationUrl>https://github.com/TheMelody</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:github.com:TheMelody/OmniMap-Compose.git</connection>
<developerConnection>scm:git:ssh://github.com:TheMelody/OmniMap-Compose.git</developerConnection>
<url>https://github.com/TheMelody/OmniMap-Compose/tree/master</url>
</scm>
<dependencies>
<dependency>
<groupId>androidx.compose</groupId>
<artifactId>compose-bom</artifactId>
<version>2024.09.03</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.lifecycle</groupId>
<artifactId>lifecycle-runtime-ktx</artifactId>
<version>2.8.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.amap.api</groupId>
<artifactId>3dmap</artifactId>
<version>10.0.600</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.amap.api</groupId>
<artifactId>search</artifactId>
<version>9.7.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>