Files download
File Operation
coroutines-macosx64-1.1.5.pom download
coroutines-macosx64-1.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.matthewnelson.kotlin-components</groupId>
  <artifactId>coroutines-macosx64</artifactId>
  <version>1.1.5</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.matthewnelson.kotlin-components:coroutines-macosx64:1.1.5'
Gradle Kotlin
implementation("io.matthewnelson.kotlin-components:coroutines-macosx64:1.1.5")
Scala SBT
libraryDependencies += "io.matthewnelson.kotlin-components" % "coroutines-macosx64" % "1.1.5"
Groovy Grape
@Grapes(
  @Grab(group='io.matthewnelson.kotlin-components', module='coroutines-macosx64', version='1.1.5')
)
Apache Ivy
<dependency org="io.matthewnelson.kotlin-components" name="coroutines-macosx64" rev="1.1.5" />
Leiningen
[io.matthewnelson.kotlin-components/coroutines-macosx64 "1.1.5"]
Apache Buildr
'io.matthewnelson.kotlin-components:coroutines-macosx64:jar:1.1.5'