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