t

testhelp-macosx64

Kotlin Multiplatform Test Help
https://github.com/touchlab/TestHelp
The Apache Software License, Version 2.0
Kevin Galligan
Files download
File Operation
testhelp-macosx64-0.3.2.pom download
testhelp-macosx64-0.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>co.touchlab</groupId>
  <artifactId>testhelp-macosx64</artifactId>
  <version>0.3.2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'co.touchlab:testhelp-macosx64:0.3.2'
Gradle Kotlin
implementation("co.touchlab:testhelp-macosx64:0.3.2")
Scala SBT
libraryDependencies += "co.touchlab" % "testhelp-macosx64" % "0.3.2"
Groovy Grape
@Grapes(
  @Grab(group='co.touchlab', module='testhelp-macosx64', version='0.3.2')
)
Apache Ivy
<dependency org="co.touchlab" name="testhelp-macosx64" rev="0.3.2" />
Leiningen
[co.touchlab/testhelp-macosx64 "0.3.2"]
Apache Buildr
'co.touchlab:testhelp-macosx64:jar:0.3.2'