Download fest-android-1.0.3.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.3 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.3.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials