basic-images
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>app.lexilabs.basic</groupId> <artifactId>basic-images</artifactId> <version>0.2.6-beta01</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" 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>app.lexilabs.basic</groupId> <artifactId>basic-images</artifactId> <version>0.2.6-beta01</version> <name>Basic</name> <description>Easily integrate images into your Kotlin Multiplatform Mobile (KMP / KMM) project</description> <url>https://github.com/LexiLabs-App/basic-images</url> <licenses> <license> <name>MIT License</name> <url>https://raw.githubusercontent.com/LexiLabs-App/basic-images/refs/heads/main/LICENSE</url> </license> </licenses> <developers> <developer> <id>rjamison</id> <name>Robert Jamison</name> <email>rjamison@lexilabs.app</email> <url>https://images.basic.lexilabs.app</url> </developer> </developers> <scm> <connection>https://github.com/LexiLabs-App/basic-images.git</connection> <url>https://github.com/LexiLabs-App/basic-images</url> </scm> <issueManagement> <system>Github</system> <url>https://github.com/LexiLabs-App/basic-images/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.jetbrains.compose.foundation</groupId> <artifactId>foundation</artifactId> <version>1.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.21</version> <scope>runtime</scope> </dependency> <dependency> <groupId>app.lexilabs.basic</groupId> <artifactId>basic-logging</artifactId> <version>0.2.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.material3</groupId> <artifactId>material3</artifactId> <version>1.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-core</artifactId> <version>3.1.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-resources</artifactId> <version>3.1.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-darwin</artifactId> <version>3.1.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-ios</artifactId> <version>3.1.3</version> <scope>runtime</scope> </dependency> </dependencies> </project>