com.android.databinding.baseLibrary

Shared library between Data Binding runtime lib and compiler

License

License

Categories

Categories

Data
GroupId

GroupId

com.android.databinding
ArtifactId

ArtifactId

baseLibrary
Last Version

Last Version

2.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

http://tools.android.com/
Source Code Management

Source Code Management

https://android.googlesource.com/platform/tools/base

Download baseLibrary

How to add to project

<!-- https://jarcasting.com/artifacts/com.android.databinding/baseLibrary/ -->
<dependency>
    <groupId>com.android.databinding</groupId>
    <artifactId>baseLibrary</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.android.databinding/baseLibrary/
implementation 'com.android.databinding:baseLibrary:2.3.0'
// https://jarcasting.com/artifacts/com.android.databinding/baseLibrary/
implementation ("com.android.databinding:baseLibrary:2.3.0")
'com.android.databinding:baseLibrary:jar:2.3.0'
<dependency org="com.android.databinding" name="baseLibrary" rev="2.3.0">
  <artifact name="baseLibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.android.databinding', module='baseLibrary', version='2.3.0')
)
libraryDependencies += "com.android.databinding" % "baseLibrary" % "2.3.0"
[com.android.databinding/baseLibrary "2.3.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.0
2.2.0
2.1.3
2.1.2
2.1.0
2.0.0
1.0-rc5