MVN

co.touchlab : testhelp-wasm

Maven & Gradle

Sep 18, 2023
11 stars

KMP Test Help · Kotlin Multiplatform Test Help

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>testhelp-wasm</artifactId>
    <version>0.6.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.touchlab : testhelp-wasm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.10

All Versions

Choose a version of co.touchlab : testhelp-wasm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
testhelp-wasm-0.6.10

How to add a dependency to Maven

Add the following co.touchlab : testhelp-wasm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>testhelp-wasm</artifactId>
    <version>0.6.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.touchlab : testhelp-wasm gradle dependency to your build.gradle file:

implementation 'co.touchlab:testhelp-wasm:0.6.10'

Gradle Kotlin DSL: Add the following co.touchlab : testhelp-wasm gradle kotlin dependency to your build.gradle.kts file:

implementation("co.touchlab:testhelp-wasm:0.6.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.touchlab : testhelp-wasm sbt scala dependency to your build.sbt file:

libraryDependencies += "co.touchlab" % "testhelp-wasm" % "0.6.10"

Advertisement