Download rsandroid-0.3.1.jar file - Jar r

Jar examples for r:rsandroid

Description

MVVM Implementation for Android.

You can download jar file rsandroid 0.3.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rsandroid-0.3.1.jar to your project.

<dependency>
   <groupId>com.github.reactivesprint</groupId>
   <artifactId>rsandroid</artifactId>
   <version>0.3.1</version>
</dependency>
compile group: 'com.github.reactivesprint', name: 'rsandroid', version: '0.3.1'
libraryDependencies += "com.github.reactivesprint" % "rsandroid" % "0.3.1"
<dependency org="com.github.reactivesprint" name="rsandroid" rev="0.3.1"/>
@Grapes(@Grab(group='com.github.reactivesprint', module='rsandroid', version='0.3.1'))
'com.github.reactivesprint:rsandroid:jar:0.3.1'

Download

Click the following link to download the jar file.

rsandroid-0.3.1-javadoc.jar
rsandroid-0.3.1-sources.jar
rsandroid-0.3.1.pom



Related Tutorials