MVN

co.touchlab : testhelp-metadata

Maven & Gradle

Apr 26, 2021
12 stars

KMP Test Help · Kotlin Multiplatform Test Help

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
0.4.x
testhelp-metadata-0.4.7
testhelp-metadata-0.4.6
testhelp-metadata-0.4.5
testhelp-metadata-0.4.4
testhelp-metadata-0.4.1
testhelp-metadata-0.4.0
0.3.x
testhelp-metadata-0.3.8-1.4.0-rc
testhelp-metadata-0.3.8-1.4-M3
testhelp-metadata-0.3.8-1.4-M2
testhelp-metadata-0.3.7
testhelp-metadata-0.3.6
testhelp-metadata-0.3.3
testhelp-metadata-0.3.3-eap
testhelp-metadata-0.3.2
testhelp-metadata-0.3.0
0.2.x
testhelp-metadata-0.2.11
testhelp-metadata-0.2.10
testhelp-metadata-0.2.9
testhelp-metadata-0.2.8
testhelp-metadata-0.2.7
testhelp-metadata-0.2.6
testhelp-metadata-0.2.5
testhelp-metadata-0.2.4
testhelp-metadata-0.2.3
testhelp-metadata-0.2.3-eap-32
testhelp-metadata-0.2.2
testhelp-metadata-0.2.1
testhelp-metadata-0.2.0
0.1.x
testhelp-metadata-0.1.2
testhelp-metadata-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>testhelp-metadata</artifactId>
    <version>0.4.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'co.touchlab:testhelp-metadata:0.4.7'

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

implementation("co.touchlab:testhelp-metadata:0.4.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "co.touchlab" % "testhelp-metadata" % "0.4.7"

Advertisement