kmdc-layout-grid-js
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.petuska</groupId> <artifactId>kmdc-layout-grid-js</artifactId> <version>0.1.2</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>dev.petuska</groupId> <artifactId>kmdc-layout-grid-js</artifactId> <version>0.1.2</version> <packaging>klib</packaging> <name>kmdc-layout-grid</name> <description>Compose Multiplatform Kotlin/JS wrappers for @material/layout-grid</description> <url>https://github.com/mpetuska/kmdc</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>mpetuska</id> <name>Martynas Petuška</name> <email>martynas@petuska.dev</email> </developer> </developers> <scm> <connection>scm:git:git://github.com:mpetuska/kmdc.git</connection> <developerConnection>scm:git:git@github.com:mpetuska/kmdc.git</developerConnection> <tag>1f8c09752fecc3d2facdb3b671f7794dbf91b2f8</tag> <url>https://github.com/mpetuska/kmdc.git</url> </scm> <dependencies> <dependency> <groupId>dev.petuska</groupId> <artifactId>kmdc-base-js</artifactId> <version>0.1.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-dom-api-compat</artifactId> <version>1.9.22</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-js</artifactId> <version>1.9.22</version> <scope>compile</scope> </dependency> </dependencies> </project>