Download mvp-core-rx2-1.0.10.jar file - Jar m

Jar examples for m:mvp-core-rx2

Description

A library to set up a mvp architecture on Android

You can download jar file mvp-core-rx2 1.0.10 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mvp-core-rx2-1.0.10.jar to your project.

<dependency>
   <groupId>com.github.mandriana</groupId>
   <artifactId>mvp-core-rx2</artifactId>
   <version>1.0.10</version>
</dependency>
compile group: 'com.github.mandriana', name: 'mvp-core-rx2', version: '1.0.10'
libraryDependencies += "com.github.mandriana" % "mvp-core-rx2" % "1.0.10"
<dependency org="com.github.mandriana" name="mvp-core-rx2" rev="1.0.10"/>
@Grapes(@Grab(group='com.github.mandriana', module='mvp-core-rx2', version='1.0.10'))
'com.github.mandriana:mvp-core-rx2:jar:1.0.10'

Download

Click the following link to download the jar file.

mvp-core-rx2-1.0.10-javadoc.jar
mvp-core-rx2-1.0.10-sources.jar
mvp-core-rx2-1.0.10.pom



Related Tutorials