MVN

io.realm.kotlin : library-sync-macos

Maven & Gradle

Oct 17, 2022
812 stars

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

<dependency>
    <groupId>io.realm.kotlin</groupId>
    <artifactId>library-sync-macos</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.realm.kotlin : library-sync-macos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of io.realm.kotlin : library-sync-macos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
library-sync-macos-1.4.0
1.3.x
library-sync-macos-1.3.0
1.2.x
library-sync-macos-1.2.0
1.1.x
library-sync-macos-1.1.0
1.0.x
library-sync-macos-1.0.2
library-sync-macos-1.0.1
library-sync-macos-1.0.0
0.11.x
library-sync-macos-0.11.1
library-sync-macos-0.11.0
0.10.x
library-sync-macos-0.10.2
library-sync-macos-0.10.1
library-sync-macos-0.10.0
0.9.x
library-sync-macos-0.9.0
0.8.x
library-sync-macos-0.8.2
library-sync-macos-0.8.1
library-sync-macos-0.8.0
0.7.x
library-sync-macos-0.7.0
0.6.x
library-sync-macos-0.6.0

How to add a dependency to Maven

Add the following io.realm.kotlin : library-sync-macos maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.realm.kotlin</groupId>
    <artifactId>library-sync-macos</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.realm.kotlin : library-sync-macos gradle dependency to your build.gradle file:

implementation 'io.realm.kotlin:library-sync-macos:1.4.0'

Gradle Kotlin DSL: Add the following io.realm.kotlin : library-sync-macos gradle kotlin dependency to your build.gradle.kts file:

implementation("io.realm.kotlin:library-sync-macos:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.realm.kotlin : library-sync-macos sbt scala dependency to your build.sbt file:

libraryDependencies += "io.realm.kotlin" % "library-sync-macos" % "1.4.0"

Advertisement