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