MVN

com.android.databinding : baseLibrary

Maven & Gradle

Mar 06, 2017
86 usages

com.android.databinding.baseLibrary · Shared library between Data Binding runtime lib and compiler

<dependency>
    <groupId>com.android.databinding</groupId>
    <artifactId>baseLibrary</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.android.databinding : baseLibrary to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0
  • Latest Release Candidate: 1.0-rc5

All Versions

Choose a version of com.android.databinding : baseLibrary to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
baseLibrary-2.3.0
2.2.x
baseLibrary-2.2.0
2.1.x
baseLibrary-2.1.3
baseLibrary-2.1.2
baseLibrary-2.1.0
2.0.x
baseLibrary-2.0.0
1.0
baseLibrary-1.0-rc5

How to add a dependency to Maven

Add the following com.android.databinding : baseLibrary maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.android.databinding</groupId>
    <artifactId>baseLibrary</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.android.databinding : baseLibrary gradle dependency to your build.gradle file:

implementation 'com.android.databinding:baseLibrary:2.3.0'

Gradle Kotlin DSL: Add the following com.android.databinding : baseLibrary gradle kotlin dependency to your build.gradle.kts file:

implementation("com.android.databinding:baseLibrary:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.android.databinding : baseLibrary sbt scala dependency to your build.sbt file:

libraryDependencies += "com.android.databinding" % "baseLibrary" % "2.3.0"

Advertisement