is not current version
Last Version 0.6.3

co.touchlab:testhelp 0.2.1

Kotlin Multiplatform Test Help

GroupId

GroupId

co.touchlab
ArtifactId

ArtifactId

testhelp
Version

Version

0.2.1
Type

Type

pom

Download testhelp 0.2.1


<!-- https://jarcasting.com/artifacts/co.touchlab/testhelp/ -->
<dependency>
    <groupId>co.touchlab</groupId>
    <artifactId>testhelp</artifactId>
    <version>0.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/testhelp/
implementation 'co.touchlab:testhelp:0.2.1'
// https://jarcasting.com/artifacts/co.touchlab/testhelp/
implementation ("co.touchlab:testhelp:0.2.1")
'co.touchlab:testhelp:pom:0.2.1'
<dependency org="co.touchlab" name="testhelp" rev="0.2.1">
  <artifact name="testhelp" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='testhelp', version='0.2.1')
)
libraryDependencies += "co.touchlab" % "testhelp" % "0.2.1"
[co.touchlab/testhelp "0.2.1"]