License |
License |
---|---|
GroupId | GroupIdcom.airbnb.android |
ArtifactId | ArtifactIdepoxy-paging |
Last Version | Last Version5.0.0-beta05 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionEpoxy Paging Support
Epoxy is a system for composing complex screens with a ReyclerView in Android.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
epoxy-paging-5.0.0-beta05.pom | |
epoxy-paging-5.0.0-beta05.aar | 43 KB |
epoxy-paging-5.0.0-beta05-sources.jar | 9 KB |
epoxy-paging-5.0.0-beta05-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.airbnb.android/epoxy-paging/ -->
<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>epoxy-paging</artifactId>
<version>5.0.0-beta05</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-paging/
implementation 'com.airbnb.android:epoxy-paging:5.0.0-beta05'
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-paging/
implementation ("com.airbnb.android:epoxy-paging:5.0.0-beta05")
'com.airbnb.android:epoxy-paging:aar:5.0.0-beta05'
<dependency org="com.airbnb.android" name="epoxy-paging" rev="5.0.0-beta05">
<artifact name="epoxy-paging" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='epoxy-paging', version='5.0.0-beta05')
)
libraryDependencies += "com.airbnb.android" % "epoxy-paging" % "5.0.0-beta05"
[com.airbnb.android/epoxy-paging "5.0.0-beta05"]
Group / Artifact | Type | Version |
---|---|---|
androidx.paging » paging-runtime | jar | 2.0.0 |
com.airbnb.android : epoxy-annotations | jar | 5.0.0-beta05 |
com.airbnb.android : epoxy | jar | 5.0.0-beta05 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.31 |