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