Files download
File Operation
testhelp-tvossimulatorarm64-0.6.12.pom download
testhelp-tvossimulatorarm64-0.6.12-sources.jar download
Apache Maven
<dependency>
  <groupId>co.touchlab</groupId>
  <artifactId>testhelp-tvossimulatorarm64</artifactId>
  <version>0.6.12</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'co.touchlab:testhelp-tvossimulatorarm64:0.6.12'
Gradle Kotlin
implementation("co.touchlab:testhelp-tvossimulatorarm64:0.6.12")
Scala SBT
libraryDependencies += "co.touchlab" % "testhelp-tvossimulatorarm64" % "0.6.12"
Groovy Grape
@Grapes(
  @Grab(group='co.touchlab', module='testhelp-tvossimulatorarm64', version='0.6.12')
)
Apache Ivy
<dependency org="co.touchlab" name="testhelp-tvossimulatorarm64" rev="0.6.12" />
Leiningen
[co.touchlab/testhelp-tvossimulatorarm64 "0.6.12"]
Apache Buildr
'co.touchlab:testhelp-tvossimulatorarm64:jar:0.6.12'