l

library-sync

Sync 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
Files download
File Operation
library-sync-1.16.0.jar download
library-sync-1.16.0.pom download
library-sync-1.16.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.realm.kotlin</groupId>
  <artifactId>library-sync</artifactId>
  <version>1.16.0</version>
</dependency>
Gradle Groovy
implementation 'io.realm.kotlin:library-sync:1.16.0'
Gradle Kotlin
implementation("io.realm.kotlin:library-sync:1.16.0")
Scala SBT
libraryDependencies += "io.realm.kotlin" % "library-sync" % "1.16.0"
Groovy Grape
@Grapes(
  @Grab(group='io.realm.kotlin', module='library-sync', version='1.16.0')
)
Apache Ivy
<dependency org="io.realm.kotlin" name="library-sync" rev="1.16.0" />
Leiningen
[io.realm.kotlin/library-sync "1.16.0"]
Apache Buildr
'io.realm.kotlin:library-sync:jar:1.16.0'