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