MVN

io.realm.kotlin : library-base-android-debug

Maven & Gradle

Dec 12, 2022
1 usages
825 stars

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

<dependency>
    <groupId>io.realm.kotlin</groupId>
    <artifactId>library-base-android-debug</artifactId>
    <version>1.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.realm.kotlin : library-base-android-debug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1

All Versions

Choose a version of io.realm.kotlin : library-base-android-debug to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>io.realm.kotlin</groupId>
    <artifactId>library-base-android-debug</artifactId>
    <version>1.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.realm.kotlin : library-base-android-debug gradle dependency to your build.gradle file:

implementation 'io.realm.kotlin:library-base-android-debug:1.5.1'

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

implementation("io.realm.kotlin:library-base-android-debug:1.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.realm.kotlin : library-base-android-debug sbt scala dependency to your build.sbt file:

libraryDependencies += "io.realm.kotlin" % "library-base-android-debug" % "1.5.1"