is not current version
Last Version 2.0.0-beta3

com.airbnb.android:mvrx 1.2.1

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

GroupId

GroupId

com.airbnb.android
ArtifactId

ArtifactId

mvrx
Version

Version

1.2.1
Type

Type

aar

Download mvrx 1.2.1


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