memento-ui-iosarm64
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>my.takealook.memento</groupId> <artifactId>memento-ui-iosarm64</artifactId> <version>0.0.1</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>my.takealook.memento</groupId> <artifactId>memento-ui-iosarm64</artifactId> <version>0.0.1</version> <packaging>klib</packaging> <name>Memento</name> <description>An Instagram-Story-Like Image editor</description> <url>https://github.com/takea-look/Memento</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://github.com/takea-look/Memento/blob/main/LICENSE.txt</url> </license> </licenses> <developers> <developer> <id>team-takealook</id> <name>Team Take a Look</name> <email>team@takealook.my</email> </developer> </developers> <scm> <url>https://github.com/takea-look/Memento.git</url> </scm> <dependencies> <dependency> <groupId>my.takealook.memento</groupId> <artifactId>memento-core-iosarm64</artifactId> <version>0.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.runtime</groupId> <artifactId>runtime-uikitarm64</artifactId> <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.foundation</groupId> <artifactId>foundation-uikitarm64</artifactId> <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.material3</groupId> <artifactId>material3-uikitarm64</artifactId> <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.ui</groupId> <artifactId>ui-uikitarm64</artifactId> <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.components</groupId> <artifactId>components-resources-iosArm64</artifactId> <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.components</groupId> <artifactId>components-ui-tooling-preview-iosArm64</artifactId> <version>1.8.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.materialkolor</groupId> <artifactId>material-kolor-iosarm64</artifactId> <version>3.0.0-alpha04</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.coil-kt.coil3</groupId> <artifactId>coil-compose-iosarm64</artifactId> <version>3.2.0</version> <scope>compile</scope> </dependency> </dependencies> </project>