<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>epoxy-databinding</artifactId>
<version>5.1.1</version>
<type>aar</type>
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='epoxy-databinding', version='5.1.1')
)
compile
|-- androidx.databinding:databinding-common:7.2.1
|-- androidx.databinding:databinding-runtime:7.2.1
|-- androidx.databinding:databinding-adapters:7.2.1
runtime
|-- androidx.annotation:annotation:1.5.0
|-- androidx.recyclerview:recyclerview:1.3.0-rc01
|-- com.google.android.material:material:1.3.0
|-- androidx.appcompat:appcompat:1.5.1