Download commons-test-0.1.jar file - Jar c

Jar examples for c:commons-test

Description

Common testing utilities I find useful in many of my projects.

You can download jar file commons-test 0.1 in this page.

License

BSD 2-Clause License

Build File

You can use the following script to add commons-test-0.1.jar to your project.

<dependency>
   <groupId>commons-test</groupId>
   <artifactId>commons-test</artifactId>
   <version>0.1</version>
</dependency>
compile group: 'commons-test', name: 'commons-test', version: '0.1'
libraryDependencies += "commons-test" % "commons-test" % "0.1"
<dependency org="commons-test" name="commons-test" rev="0.1"/>
@Grapes(@Grab(group='commons-test', module='commons-test', version='0.1'))
'commons-test:commons-test:jar:0.1'

Download

Click the following link to download the jar file.

commons-test-0.1.jar
commons-test-0.1.pom



Related Tutorials