Download fest-android-1.0.7.jar file - Jar f

Jar examples for f:fest-android

Description

A set of FEST assertion helpers geared toward testing Android.

You can download jar file fest-android 1.0.7 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add fest-android-1.0.7.jar to your project.

<dependency>
   <groupId>com.squareup</groupId>
   <artifactId>fest-android</artifactId>
   <version>1.0.7</version>
</dependency>
compile group: 'com.squareup', name: 'fest-android', version: '1.0.7'
libraryDependencies += "com.squareup" % "fest-android" % "1.0.7"
<dependency org="com.squareup" name="fest-android" rev="1.0.7"/>
@Grapes(@Grab(group='com.squareup', module='fest-android', version='1.0.7'))
'com.squareup:fest-android:jar:1.0.7'

Download

Click the following link to download the jar file.

fest-android-1.0.7-javadoc.jar
fest-android-1.0.7-sources.jar
fest-android-1.0.7.jar
fest-android-1.0.7.pom



Related Tutorials