is not current version
Last Version 2.0.0-beta3

com.airbnb.android:mvrx 2.0.0-alpha4

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-alpha4
Type

Type

aar

Download mvrx 2.0.0-alpha4


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