| License |
License |
|---|---|
| GroupId | GroupIdcom.airbnb.android |
| ArtifactId | ArtifactIdepoxy-viewbinder |
| Version | Version4.6.2 |
| 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 |
| Filename | Size |
|---|---|
| epoxy-viewbinder-4.6.2.pom | |
| epoxy-viewbinder-4.6.2-sources.jar | 10 KB |
| epoxy-viewbinder-4.6.2-javadoc.jar | 266 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.airbnb.android/epoxy-viewbinder/ -->
<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>epoxy-viewbinder</artifactId>
<version>4.6.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-viewbinder/
implementation 'com.airbnb.android:epoxy-viewbinder:4.6.2'
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-viewbinder/
implementation ("com.airbnb.android:epoxy-viewbinder:4.6.2")
'com.airbnb.android:epoxy-viewbinder:aar:4.6.2'
<dependency org="com.airbnb.android" name="epoxy-viewbinder" rev="4.6.2">
<artifact name="epoxy-viewbinder" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='epoxy-viewbinder', version='4.6.2')
)
libraryDependencies += "com.airbnb.android" % "epoxy-viewbinder" % "4.6.2"
[com.airbnb.android/epoxy-viewbinder "4.6.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.airbnb.android : epoxy | jar | 4.6.2 |
| com.airbnb.android : epoxy-annotations | jar | 4.6.2 |
| 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 |