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