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.2.10.pom download
testhelp-macosx64-0.2.10-sources.jar download
Apache Maven
<dependency>
  <groupId>co.touchlab</groupId>
  <artifactId>testhelp-macosx64</artifactId>
  <version>0.2.10</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'co.touchlab:testhelp-macosx64:0.2.10'
Gradle Kotlin
implementation("co.touchlab:testhelp-macosx64:0.2.10")
Scala SBT
libraryDependencies += "co.touchlab" % "testhelp-macosx64" % "0.2.10"
Groovy Grape
@Grapes(
  @Grab(group='co.touchlab', module='testhelp-macosx64', version='0.2.10')
)
Apache Ivy
<dependency org="co.touchlab" name="testhelp-macosx64" rev="0.2.10" />
Leiningen
[co.touchlab/testhelp-macosx64 "0.2.10"]
Apache Buildr
'co.touchlab:testhelp-macosx64:jar:0.2.10'