s

stately-strict

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