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