Files download
File Operation
stately-concurrency-2.0.3.jar download
stately-concurrency-2.0.3.pom download
stately-concurrency-2.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>co.touchlab</groupId>
  <artifactId>stately-concurrency</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'co.touchlab:stately-concurrency:2.0.3'
Gradle Kotlin
implementation("co.touchlab:stately-concurrency:2.0.3")
Scala SBT
libraryDependencies += "co.touchlab" % "stately-concurrency" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='co.touchlab', module='stately-concurrency', version='2.0.3')
)
Apache Ivy
<dependency org="co.touchlab" name="stately-concurrency" rev="2.0.3" />
Leiningen
[co.touchlab/stately-concurrency "2.0.3"]
Apache Buildr
'co.touchlab:stately-concurrency:jar:2.0.3'