any_pop_dialog_compose
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.TheMelody</groupId> <artifactId>any_pop_dialog_compose</artifactId> <version>1.0.4</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>any_pop_dialog_compose</artifactId> <version>1.0.4</version> <packaging>aar</packaging> <name>io.github.TheMelody:any_pop_dialog_compose</name> <description>可控制Compose Dialog弹出的方向,支持上下左右,自由定制,真Dialog哦🔥</description> <url>https://github.com/TheMelody/AnyPopDialog-Compose</url> <licenses> <license> <name>Apache License</name> <url>https://raw.githubusercontent.com/TheMelody/AnyPopDialog-Compose/main/LICENSE</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/AnyPopDialog-Compose.git</connection> <developerConnection>scm:git:ssh://github.com:TheMelody/AnyPopDialog-Compose.git</developerConnection> <url>https://github.com/TheMelody/AnyPopDialog-Compose/tree/master</url> </scm> <dependencies> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.13.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity-compose</artifactId> <version>1.8.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.12.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.compose</groupId> <artifactId>compose-bom</artifactId> <version>2024.10.01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.8.10</version> <scope>compile</scope> </dependency> </dependencies> </project>