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