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