Download testing-0.1.3.jar file - Jar t

Jar examples for t:testing

Description

A collection of utilities used during unit and integration testing.

You can download jar file testing 0.1.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add testing-0.1.3.jar to your project.

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

Download

Click the following link to download the jar file.

testing-0.1.3-javadoc.jar
testing-0.1.3-sources.jar
testing-0.1.3-test-sources.jar
testing-0.1.3-tests.jar
testing-0.1.3.jar
testing-0.1.3.pom



Related Tutorials