expandable_text_compose
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.TheMelody</groupId>
<artifactId>expandable_text_compose</artifactId>
<version>1.0.0</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>expandable_text_compose</artifactId>
<version>1.0.0</version>
<packaging>aar</packaging>
<name>io.github.TheMelody:expandable_text_compose</name>
<description>Compose可折叠/展开更多的Text可组合项</description>
<url>https://github.com/TheMelody/ComposeTextEffect</url>
<licenses>
<license>
<name>Apache License</name>
<url>https://raw.githubusercontent.com/TheMelody/ComposeTextEffect/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/ComposeTextEffect.git</connection>
<developerConnection>scm:git:ssh://github.com:TheMelody/ComposeTextEffect.git</developerConnection>
<url>https://github.com/TheMelody/ComposeTextEffect/tree/master</url>
</scm>
<dependencies>
<dependency>
<groupId>androidx.compose.material</groupId>
<artifactId>material</artifactId>
<version>1.3.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.compose.ui</groupId>
<artifactId>ui</artifactId>
<version>1.3.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.7.20</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>