s

stately-macosx64

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