comshot-wasm-js
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ir.mahozad.multiplatform</groupId> <artifactId>comshot-wasm-js</artifactId> <version>0.3.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>ir.mahozad.multiplatform</groupId> <artifactId>comshot-wasm-js</artifactId> <version>0.3.0</version> <packaging>klib</packaging> <name>comshot</name> <description>Multiplatform library to capture image of Composables (and also Android Views).</description> <url>https://mahozad.ir/comshot</url> <inceptionYear>2024</inceptionYear> <licenses> <license> <name>Apache-2.0 License</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>mahozad</id> <name>Mahdi Hosseinzadeh</name> <email/> <url>https://mahozad.ir/</url> <roles> <role>Lead Developer</role> </roles> <timezone>GMT+4:30</timezone> </developer> </developers> <scm> <connection>scm:git:github.com/mahozad/comshot.git</connection> <developerConnection>scm:git:ssh://github.com/mahozad/comshot.git</developerConnection> <url>https://github.com/mahozad/comshot</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/mahozad/comshot/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/mahozad/comshot/actions</url> </ciManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-wasm-js</artifactId> <version>2.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.foundation</groupId> <artifactId>foundation-wasm-js</artifactId> <version>1.6.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.runtime</groupId> <artifactId>runtime-wasm-js</artifactId> <version>1.6.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.ui</groupId> <artifactId>ui-wasm-js</artifactId> <version>1.6.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.ui</groupId> <artifactId>ui-test-wasm-js</artifactId> <version>1.6.11</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.skiko</groupId> <artifactId>skiko-wasm-js</artifactId> <version>0.8.9</version> <scope>compile</scope> </dependency> </dependencies> </project>