is not current version
Last Version 2.0.0-beta3

com.airbnb.android:mvrx 0.7.0

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

GroupId

GroupId

com.airbnb.android
ArtifactId

ArtifactId

mvrx
Version

Version

0.7.0
Type

Type

aar

Download mvrx 0.7.0


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