Download robolectric-1.0.jar file - Jar r

Jar examples for r:robolectric

Description

An alternative Android testing framework.

You can download jar file robolectric 1.0 in this page.

License

MIT license

Build File

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

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

Download

Click the following link to download the jar file.

robolectric-1.0-jar-with-dependencies.jar
robolectric-1.0-javadoc.jar
robolectric-1.0-sources.jar
robolectric-1.0-tests.jar
robolectric-1.0.jar
robolectric-1.0.pom



Related Tutorials