is not current version
Last Version 1.0.0

io.realm.kotlin:library-sync-android 0.8.1

Sync Library code for Realm Kotlin. This artifact is not supposed to be consumed directly, but through 'io.realm.kotlin:gradle-plugin:0.8.1' instead.

Categories

Categories

Kotlin Languages Realm Data Databases
GroupId

GroupId

io.realm.kotlin
ArtifactId

ArtifactId

library-sync-android
Version

Version

0.8.1
Type

Type

aar

Download library-sync-android 0.8.1


<!-- https://jarcasting.com/artifacts/io.realm.kotlin/library-sync-android/ -->
<dependency>
    <groupId>io.realm.kotlin</groupId>
    <artifactId>library-sync-android</artifactId>
    <version>0.8.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.realm.kotlin/library-sync-android/
implementation 'io.realm.kotlin:library-sync-android:0.8.1'
// https://jarcasting.com/artifacts/io.realm.kotlin/library-sync-android/
implementation ("io.realm.kotlin:library-sync-android:0.8.1")
'io.realm.kotlin:library-sync-android:aar:0.8.1'
<dependency org="io.realm.kotlin" name="library-sync-android" rev="0.8.1">
  <artifact name="library-sync-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.realm.kotlin', module='library-sync-android', version='0.8.1')
)
libraryDependencies += "io.realm.kotlin" % "library-sync-android" % "0.8.1"
[io.realm.kotlin/library-sync-android "0.8.1"]