s

stately-common

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