| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.airbnb.android |
| Идентификатор | Идентификаторepoxy-viewbinder |
| Версия | Версия5.0.0-beta03 |
| Тип | Типaar |
| Описание |
ОписаниеEpoxy View Binder Support
Epoxy is a system for composing complex screens with a ReyclerView in Android.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| epoxy-viewbinder-5.0.0-beta03.pom | |
| epoxy-viewbinder-5.0.0-beta03-sources.jar | 10 KB |
| epoxy-viewbinder-5.0.0-beta03-javadoc.jar | 266 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.airbnb.android/epoxy-viewbinder/ -->
<dependency>
<groupId>com.airbnb.android</groupId>
<artifactId>epoxy-viewbinder</artifactId>
<version>5.0.0-beta03</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-viewbinder/
implementation 'com.airbnb.android:epoxy-viewbinder:5.0.0-beta03'
// https://jarcasting.com/artifacts/com.airbnb.android/epoxy-viewbinder/
implementation ("com.airbnb.android:epoxy-viewbinder:5.0.0-beta03")
'com.airbnb.android:epoxy-viewbinder:aar:5.0.0-beta03'
<dependency org="com.airbnb.android" name="epoxy-viewbinder" rev="5.0.0-beta03">
<artifact name="epoxy-viewbinder" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='epoxy-viewbinder', version='5.0.0-beta03')
)
libraryDependencies += "com.airbnb.android" % "epoxy-viewbinder" % "5.0.0-beta03"
[com.airbnb.android/epoxy-viewbinder "5.0.0-beta03"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.airbnb.android : epoxy | jar | 5.0.0-beta03 |
| com.airbnb.android : epoxy-annotations | jar | 5.0.0-beta03 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.31 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| androidx.appcompat » appcompat | jar | 1.2.0 |
| androidx.core » core-ktx | jar | 1.3.2 |
| androidx.recyclerview » recyclerview | jar | 1.2.0 |