t

testhelp-macosx64

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