capsule-macosx64
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>top.ltfan.capsule</groupId> <artifactId>capsule-macosx64</artifactId> <version>0.1.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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>top.ltfan.capsule</groupId> <artifactId>capsule-macosx64</artifactId> <version>0.1.0</version> <packaging>klib</packaging> <name>capsule</name> <description>A Compose Multiplatform library that provides smooth rounded corner shapes.</description> <url>https://github.com/xfqwdsj/capsule</url> <licenses> <license> <name>Apache License 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>Kyant0</id> <name>Kyant</name> <email>kyant2021@outlook.com</email> <roles> <role>Author</role> </roles> </developer> <developer> <id>xfqwdsj</id> <name>LTFan</name> <email>xfqwdsj@qq.com</email> <roles> <role>Maintainer</role> </roles> </developer> </developers> <scm> <connection>scm:git:https://github.com/xfqwdsj/capsule.git</connection> <developerConnection>scm:git:https://github.com/xfqwdsj/capsule.git</developerConnection> <url>https://github.com/xfqwdsj/capsule</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.2.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.runtime</groupId> <artifactId>runtime-macosx64</artifactId> <version>1.9.0-rc01</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.foundation</groupId> <artifactId>foundation-macosx64</artifactId> <version>1.9.0-rc01</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.ui</groupId> <artifactId>ui-macosx64</artifactId> <version>1.9.0-rc01</version> <scope>compile</scope> </dependency> </dependencies> </project>