MVN

ru.gildor.databinding : nonnull-observables

Maven & Gradle

Feb 25, 2021
3 stars

NonNullObservables · Android DataBinding ObservableFields with non-nullable API

<dependency>
    <groupId>ru.gildor.databinding</groupId>
    <artifactId>nonnull-observables</artifactId>
    <version>3.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.gildor.databinding : nonnull-observables to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.1

All Versions

Choose a version of ru.gildor.databinding : nonnull-observables to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
nonnull-observables-3.4.1
3.2.x
nonnull-observables-3.2.0
nonnull-observables-3.2.0-androidx

How to add a dependency to Maven

Add the following ru.gildor.databinding : nonnull-observables maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.gildor.databinding</groupId>
    <artifactId>nonnull-observables</artifactId>
    <version>3.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.gildor.databinding : nonnull-observables gradle dependency to your build.gradle file:

implementation 'ru.gildor.databinding:nonnull-observables:3.4.1'

Gradle Kotlin DSL: Add the following ru.gildor.databinding : nonnull-observables gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.gildor.databinding:nonnull-observables:3.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.gildor.databinding : nonnull-observables sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.gildor.databinding" % "nonnull-observables" % "3.4.1"