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

com.airbnb.android:mvrx 0.7.1

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

Группа

Группа

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

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

mvrx
Версия

Версия

0.7.1
Тип

Тип

aar

Скачать mvrx 0.7.1

Имя Файла Размер
mvrx-0.7.1.pom
mvrx-0.7.1.aar 178 KB
mvrx-0.7.1-sources.jar 28 KB
mvrx-0.7.1-javadoc.jar 261 bytes
Обзор

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