не последняя версия
Последняя версия 2.0.0-beta3

com.airbnb.android:mvrx 1.5.0

MvRx is an Android application framework that makes product development fast and fun.

Группа

Группа

com.airbnb.android
Идентификатор

Идентификатор

mvrx
Версия

Версия

1.5.0
Тип

Тип

aar

Скачать mvrx 1.5.0

Имя Файла Размер
mvrx-1.5.0.pom
mvrx-1.5.0.aar 185 KB
mvrx-1.5.0-sources.jar 32 KB
mvrx-1.5.0-javadoc.jar 145 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.airbnb.android/mvrx/ -->
<dependency>
    <groupId>com.airbnb.android</groupId>
    <artifactId>mvrx</artifactId>
    <version>1.5.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.airbnb.android/mvrx/
implementation 'com.airbnb.android:mvrx:1.5.0'
// https://jarcasting.com/artifacts/com.airbnb.android/mvrx/
implementation ("com.airbnb.android:mvrx:1.5.0")
'com.airbnb.android:mvrx:aar:1.5.0'
<dependency org="com.airbnb.android" name="mvrx" rev="1.5.0">
  <artifact name="mvrx" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.airbnb.android', module='mvrx', version='1.5.0')
)
libraryDependencies += "com.airbnb.android" % "mvrx" % "1.5.0"
[com.airbnb.android/mvrx "1.5.0"]