<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>epoxy-databinding</artifactId>
<version>4.3.1</version>
<type>aar</type>
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='epoxy-databinding', version='4.3.1')
)
compile
|-- androidx.databinding:databinding-common:4.1.1
|-- androidx.databinding:databinding-runtime:4.1.1
|-- androidx.databinding:databinding-adapters:4.1.1
runtime
|-- androidx.annotation:annotation:1.0.0
|-- androidx.recyclerview:recyclerview:1.1.0
|-- com.google.android.material:material:1.0.0
|-- androidx.appcompat:appcompat:1.0.0