License |
License |
---|---|
GroupId | GroupIdcom.airbnb.android |
ArtifactId | ArtifactIdepoxy-viewbinder |
Version | Version5.0.0-beta05 |
Type | Typeaar |
Description |
DescriptionEpoxy View Binder 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-viewbinder/ -->
<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>epoxy-viewbinder</artifactId>
<version>5.0.0-beta05</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-viewbinder/
implementation 'com.airbnb.android:epoxy-viewbinder:5.0.0-beta05'
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-viewbinder/
implementation ("com.airbnb.android:epoxy-viewbinder:5.0.0-beta05")
'com.airbnb.android:epoxy-viewbinder:aar:5.0.0-beta05'
<dependency org="com.airbnb.android" name="epoxy-viewbinder" rev="5.0.0-beta05">
<artifact name="epoxy-viewbinder" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='epoxy-viewbinder', version='5.0.0-beta05')
)
libraryDependencies += "com.airbnb.android" % "epoxy-viewbinder" % "5.0.0-beta05"
[com.airbnb.android/epoxy-viewbinder "5.0.0-beta05"]
Group / Artifact | Type | Version |
---|---|---|
com.airbnb.android : epoxy | jar | 5.0.0-beta05 |
com.airbnb.android : epoxy-annotations | jar | 5.0.0-beta05 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.31 |
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.2.0 |
androidx.core » core-ktx | jar | 1.3.2 |
androidx.recyclerview » recyclerview | jar | 1.2.0 |