k

kmp-nativecoroutines-core-mingwx64

Swift library for Kotlin Coroutines
https://github.com/rickclephas/KMP-NativeCoroutines
MIT
Rick Clephas
文件下载
文件名 操作
kmp-nativecoroutines-core-mingwx64-1.0.0-ALPHA-18-kotlin-1.9.20-RC.pom 下载
kmp-nativecoroutines-core-mingwx64-1.0.0-ALPHA-18-kotlin-1.9.20-RC-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.rickclephas.kmp</groupId>
  <artifactId>kmp-nativecoroutines-core-mingwx64</artifactId>
  <version>1.0.0-ALPHA-18-kotlin-1.9.20-RC</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.rickclephas.kmp:kmp-nativecoroutines-core-mingwx64:1.0.0-ALPHA-18-kotlin-1.9.20-RC'
Gradle Kotlin
implementation("com.rickclephas.kmp:kmp-nativecoroutines-core-mingwx64:1.0.0-ALPHA-18-kotlin-1.9.20-RC")
Scala SBT
libraryDependencies += "com.rickclephas.kmp" % "kmp-nativecoroutines-core-mingwx64" % "1.0.0-ALPHA-18-kotlin-1.9.20-RC"
Groovy Grape
@Grapes(
  @Grab(group='com.rickclephas.kmp', module='kmp-nativecoroutines-core-mingwx64', version='1.0.0-ALPHA-18-kotlin-1.9.20-RC')
)
Apache Ivy
<dependency org="com.rickclephas.kmp" name="kmp-nativecoroutines-core-mingwx64" rev="1.0.0-ALPHA-18-kotlin-1.9.20-RC" />
Leiningen
[com.rickclephas.kmp/kmp-nativecoroutines-core-mingwx64 "1.0.0-ALPHA-18-kotlin-1.9.20-RC"]
Apache Buildr
'com.rickclephas.kmp:kmp-nativecoroutines-core-mingwx64:jar:1.0.0-ALPHA-18-kotlin-1.9.20-RC'