s

stately-common

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