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