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