is not current version
Last Version 2.0.0-beta3

com.airbnb.android:mvrx 1.0.2

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

GroupId

GroupId

com.airbnb.android
ArtifactId

ArtifactId

mvrx
Version

Version

1.0.2
Type

Type

aar

Download mvrx 1.0.2


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