MVN

co.touchlab : testhelp-jvm

Maven & Gradle

Feb 27, 2023
12 stars

KMP Test Help · Kotlin Multiplatform Test Help

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

Latest Version

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

  • Latest Stable: 0.6.5
  • Latest Release Candidate: 0.3.8-1.4.0-rc

All Versions

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

Version Vulnerabilities Updated
0.6.x
testhelp-jvm-0.6.5
testhelp-jvm-0.6.4
testhelp-jvm-0.6.3
testhelp-jvm-0.6.1
testhelp-jvm-0.6.0
0.5.x
testhelp-jvm-0.5.5
testhelp-jvm-0.5.4
testhelp-jvm-0.5.3-hmpp
testhelp-jvm-0.5.2-hmpp
testhelp-jvm-0.5.1-hmpp
testhelp-jvm-0.5.0
0.4.x
testhelp-jvm-0.4.7
testhelp-jvm-0.4.6
testhelp-jvm-0.4.5
testhelp-jvm-0.4.4
testhelp-jvm-0.4.3
testhelp-jvm-0.4.2
testhelp-jvm-0.4.1
testhelp-jvm-0.4.0
0.3.x
testhelp-jvm-0.3.8-1.4.0-rc
testhelp-jvm-0.3.8-1.4-M3
testhelp-jvm-0.3.8-1.4-M2
testhelp-jvm-0.3.7
testhelp-jvm-0.3.6
testhelp-jvm-0.3.3
testhelp-jvm-0.3.3-eap
testhelp-jvm-0.3.2
testhelp-jvm-0.3.0
0.2.x
testhelp-jvm-0.2.11
testhelp-jvm-0.2.10
testhelp-jvm-0.2.9
testhelp-jvm-0.2.8
testhelp-jvm-0.2.7
testhelp-jvm-0.2.6
testhelp-jvm-0.2.5
testhelp-jvm-0.2.4
testhelp-jvm-0.2.3
testhelp-jvm-0.2.3-eap-32
testhelp-jvm-0.2.2
testhelp-jvm-0.2.1
testhelp-jvm-0.2.0
0.1.x
testhelp-jvm-0.1.2
testhelp-jvm-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>testhelp-jvm</artifactId>
    <version>0.6.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'co.touchlab:testhelp-jvm:0.6.5'

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

implementation("co.touchlab:testhelp-jvm:0.6.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "co.touchlab" % "testhelp-jvm" % "0.6.5"

Advertisement