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