p

plugin-compiler

Compiler plugin for JVM based platforms 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
文件下载
文件名 操作
plugin-compiler-1.16.0.jar 下载
plugin-compiler-1.16.0.pom 下载
plugin-compiler-1.16.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.realm.kotlin</groupId>
  <artifactId>plugin-compiler</artifactId>
  <version>1.16.0</version>
</dependency>
Gradle Groovy
implementation 'io.realm.kotlin:plugin-compiler:1.16.0'
Gradle Kotlin
implementation("io.realm.kotlin:plugin-compiler:1.16.0")
Scala SBT
libraryDependencies += "io.realm.kotlin" % "plugin-compiler" % "1.16.0"
Groovy Grape
@Grapes(
  @Grab(group='io.realm.kotlin', module='plugin-compiler', version='1.16.0')
)
Apache Ivy
<dependency org="io.realm.kotlin" name="plugin-compiler" rev="1.16.0" />
Leiningen
[io.realm.kotlin/plugin-compiler "1.16.0"]
Apache Buildr
'io.realm.kotlin:plugin-compiler:jar:1.16.0'