is not current version
Last Version 2.0.0-beta3

com.airbnb.android:mvrx 2.0.0-alpha6

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

GroupId

GroupId

com.airbnb.android
ArtifactId

ArtifactId

mvrx
Version

Version

2.0.0-alpha6
Type

Type

aar

Download mvrx 2.0.0-alpha6


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