Download robolectric-1.2-8.1.jar file - Jar r

Jar examples for r:robolectric

Description

An alternative Android testing framework.

You can download jar file robolectric 1.2-8.1 in this page.

License

MIT license

Build File

You can use the following script to add robolectric-1.2-8.1.jar to your project.

<dependency>
   <groupId>com.github.japgolly.android.test</groupId>
   <artifactId>robolectric</artifactId>
   <version>1.2-8.1</version>
</dependency>
compile group: 'com.github.japgolly.android.test', name: 'robolectric', version: '1.2-8.1'
libraryDependencies += "com.github.japgolly.android.test" % "robolectric" % "1.2-8.1"
<dependency org="com.github.japgolly.android.test" name="robolectric" rev="1.2-8.1"/>
@Grapes(@Grab(group='com.github.japgolly.android.test', module='robolectric', version='1.2-8.1'))
'com.github.japgolly.android.test:robolectric:jar:1.2-8.1'

Download

Click the following link to download the jar file.

robolectric-1.2-8.1-jar-with-dependencies.jar
robolectric-1.2-8.1-javadoc.jar
robolectric-1.2-8.1-sources.jar
robolectric-1.2-8.1-tests.jar
robolectric-1.2-8.1.jar
robolectric-1.2-8.1.pom



Related Tutorials