| License |
License |
|---|---|
| GroupId | GroupIdcom.airbnb.android |
| ArtifactId | ArtifactIdepoxy-paging |
| Version | Version4.6.3-vinay-compose |
| 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 |
<!-- https://jarcasting.com/artifacts/com.airbnb.android/epoxy-paging/ -->
<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>epoxy-paging</artifactId>
<version>4.6.3-vinay-compose</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-paging/
implementation 'com.airbnb.android:epoxy-paging:4.6.3-vinay-compose'
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-paging/
implementation ("com.airbnb.android:epoxy-paging:4.6.3-vinay-compose")
'com.airbnb.android:epoxy-paging:aar:4.6.3-vinay-compose'
<dependency org="com.airbnb.android" name="epoxy-paging" rev="4.6.3-vinay-compose">
<artifact name="epoxy-paging" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='epoxy-paging', version='4.6.3-vinay-compose')
)
libraryDependencies += "com.airbnb.android" % "epoxy-paging" % "4.6.3-vinay-compose"
[com.airbnb.android/epoxy-paging "4.6.3-vinay-compose"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.paging » paging-runtime | jar | 2.0.0 |
| com.airbnb.android : epoxy-annotations | jar | 4.6.3-vinay-compose |
| com.airbnb.android : epoxy | jar | 4.6.3-vinay-compose |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.32 |