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