l

library-base-iosx64

Library code for Realm Kotlin. This artifact is not supposed to be consumed directly, but through 'io.realm.kotlin:gradle-plugin:1.16.0' instead.
https://realm.io
The Apache License, Version 2.0
Realm
文件下载
文件名 操作
library-base-iosx64-1.16.0.pom 下载
library-base-iosx64-1.16.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.realm.kotlin</groupId>
  <artifactId>library-base-iosx64</artifactId>
  <version>1.16.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.realm.kotlin:library-base-iosx64:1.16.0'
Gradle Kotlin
implementation("io.realm.kotlin:library-base-iosx64:1.16.0")
Scala SBT
libraryDependencies += "io.realm.kotlin" % "library-base-iosx64" % "1.16.0"
Groovy Grape
@Grapes(
  @Grab(group='io.realm.kotlin', module='library-base-iosx64', version='1.16.0')
)
Apache Ivy
<dependency org="io.realm.kotlin" name="library-base-iosx64" rev="1.16.0" />
Leiningen
[io.realm.kotlin/library-base-iosx64 "1.16.0"]
Apache Buildr
'io.realm.kotlin:library-base-iosx64:jar:1.16.0'