l

library

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