com.android.databinding.compiler

The annotation processor for Data Binding. Generates binding classes for runtime.

License

License

Categories

Categories

Data
GroupId

GroupId

com.android.databinding
ArtifactId

ArtifactId

compiler
Last Version

Last Version

2.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.android.databinding.compiler
The annotation processor for Data Binding. Generates binding classes for runtime.
Project URL

Project URL

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

Source Code Management

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

Download compiler

How to add to project

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

Dependencies

runtime (2)

Group / Artifact Type Version
com.android.databinding : baseLibrary jar 2.3.0
com.googlecode.juniversalchardet : juniversalchardet jar 1.0.3

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