m

mvrx-testing

MvRx is an Android application framework that makes product development fast and fun.
https://github.com/airbnb/mvrx
null
Airbnb
Files download
File Operation
mvrx-testing-1.2.0.pom download
mvrx-testing-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.airbnb.android</groupId>
  <artifactId>mvrx-testing</artifactId>
  <version>1.2.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.airbnb.android:mvrx-testing:1.2.0'
Gradle Kotlin
implementation("com.airbnb.android:mvrx-testing:1.2.0")
Scala SBT
libraryDependencies += "com.airbnb.android" % "mvrx-testing" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.airbnb.android', module='mvrx-testing', version='1.2.0')
)
Apache Ivy
<dependency org="com.airbnb.android" name="mvrx-testing" rev="1.2.0" />
Leiningen
[com.airbnb.android/mvrx-testing "1.2.0"]
Apache Buildr
'com.airbnb.android:mvrx-testing:jar:1.2.0'