GroupId | GroupIdcom.airbnb.android |
---|---|
ArtifactId | ArtifactIdepoxy-paging |
Version | Version3.10.0 |
Type | Typeaar |
Filename | Size |
---|---|
epoxy-paging-3.10.0.pom | |
epoxy-paging-3.10.0.aar | 38 KB |
epoxy-paging-3.10.0-sources.jar | 9 KB |
epoxy-paging-3.10.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.airbnb.android/epoxy-paging/ -->
<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>epoxy-paging</artifactId>
<version>3.10.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-paging/
implementation 'com.airbnb.android:epoxy-paging:3.10.0'
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-paging/
implementation ("com.airbnb.android:epoxy-paging:3.10.0")
'com.airbnb.android:epoxy-paging:aar:3.10.0'
<dependency org="com.airbnb.android" name="epoxy-paging" rev="3.10.0">
<artifact name="epoxy-paging" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='epoxy-paging', version='3.10.0')
)
libraryDependencies += "com.airbnb.android" % "epoxy-paging" % "3.10.0"
[com.airbnb.android/epoxy-paging "3.10.0"]