MVN

in.procyk.compose : util-wasm-js

Maven & Gradle

Jan 17, 2024
4 stars

Compose Multiplatform Extensions · Helper functions and extensions when working with compose-multiplatform projects

<dependency>
    <groupId>in.procyk.compose</groupId>
    <artifactId>util-wasm-js</artifactId>
    <version>1.6.0-alpha01.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of in.procyk.compose : util-wasm-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0-alpha01.0
  • Latest Alpha: 1.6.0-alpha01.0

All Versions

Choose a version of in.procyk.compose : util-wasm-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
util-wasm-js-1.6.0-alpha01.0

How to add a dependency to Maven

Add the following in.procyk.compose : util-wasm-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>in.procyk.compose</groupId>
    <artifactId>util-wasm-js</artifactId>
    <version>1.6.0-alpha01.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following in.procyk.compose : util-wasm-js gradle dependency to your build.gradle file:

implementation 'in.procyk.compose:util-wasm-js:1.6.0-alpha01.0'

Gradle Kotlin DSL: Add the following in.procyk.compose : util-wasm-js gradle kotlin dependency to your build.gradle.kts file:

implementation("in.procyk.compose:util-wasm-js:1.6.0-alpha01.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following in.procyk.compose : util-wasm-js sbt scala dependency to your build.sbt file:

libraryDependencies += "in.procyk.compose" % "util-wasm-js" % "1.6.0-alpha01.0"

Advertisement