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

com.airbnb.android:mvrx 1.1.0

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

Группа

Группа

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

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

mvrx
Версия

Версия

1.1.0
Тип

Тип

aar

Скачать mvrx 1.1.0

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

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