<dependency> <groupId>com.airbnb.android</groupId> <artifactId>epoxy-paging3</artifactId> <version>4.4.3</version> <type>aar</type> </dependency>
implementation 'com.airbnb.android:epoxy-paging3:4.4.3'
implementation("com.airbnb.android:epoxy-paging3:4.4.3")
libraryDependencies += "com.airbnb.android" % "epoxy-paging3" % "4.4.3"
@Grapes( @Grab(group='com.airbnb.android', module='epoxy-paging3', version='4.4.3') )
<dependency org="com.airbnb.android" name="epoxy-paging3" rev="4.4.3" />
[com.airbnb.android/epoxy-paging3 "4.4.3"]
'com.airbnb.android:epoxy-paging3:jar:4.4.3'
compile
|-- androidx.paging:paging-runtime:3.0.0-alpha13
|-- com.airbnb.android:epoxy-annotations:4.4.3
|-- com.airbnb.android:epoxy:4.4.3
runtime
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30