Download commons-testing-1.2.jar file - Jar c

Jar examples for c:commons-testing

Description

Library of utilities to assist with testing.

You can download jar file commons-testing 1.2 in this page.

License

Apache License

Build File

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

<dependency>
   <groupId>net.sf.staccatocommons</groupId>
   <artifactId>commons-testing</artifactId>
   <version>1.2</version>
</dependency>
compile group: 'net.sf.staccatocommons', name: 'commons-testing', version: '1.2'
libraryDependencies += "net.sf.staccatocommons" % "commons-testing" % "1.2"
<dependency org="net.sf.staccatocommons" name="commons-testing" rev="1.2"/>
@Grapes(@Grab(group='net.sf.staccatocommons', module='commons-testing', version='1.2'))
'net.sf.staccatocommons:commons-testing:jar:1.2'

Download

Click the following link to download the jar file.

commons-testing-1.2-javadoc.jar
commons-testing-1.2-sources.jar
commons-testing-1.2.jar
commons-testing-1.2.pom



Related Tutorials