k

klue-runtime-reactnative-iosx64

A unified bridge implementation with Kotlin multiplatform for JavaScript running on Android and iOS.
https://github.com/bennyhuo/Klue
MIT License
Benny Huo
文件下载
文件名 操作
klue-runtime-reactnative-iosx64-1.0-Beta.pom 下载
klue-runtime-reactnative-iosx64-1.0-Beta-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.bennyhuo.kotlin</groupId>
  <artifactId>klue-runtime-reactnative-iosx64</artifactId>
  <version>1.0-Beta</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.bennyhuo.kotlin:klue-runtime-reactnative-iosx64:1.0-Beta'
Gradle Kotlin
implementation("com.bennyhuo.kotlin:klue-runtime-reactnative-iosx64:1.0-Beta")
Scala SBT
libraryDependencies += "com.bennyhuo.kotlin" % "klue-runtime-reactnative-iosx64" % "1.0-Beta"
Groovy Grape
@Grapes(
  @Grab(group='com.bennyhuo.kotlin', module='klue-runtime-reactnative-iosx64', version='1.0-Beta')
)
Apache Ivy
<dependency org="com.bennyhuo.kotlin" name="klue-runtime-reactnative-iosx64" rev="1.0-Beta" />
Leiningen
[com.bennyhuo.kotlin/klue-runtime-reactnative-iosx64 "1.0-Beta"]
Apache Buildr
'com.bennyhuo.kotlin:klue-runtime-reactnative-iosx64:jar:1.0-Beta'