is not current version
Last Version 2.0.0-beta3

com.airbnb.android:mvrx-mocking 2.0.0-alpha3

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

GroupId

GroupId

com.airbnb.android
ArtifactId

ArtifactId

mvrx-mocking
Version

Version

2.0.0-alpha3
Type

Type

aar

Download mvrx-mocking 2.0.0-alpha3


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