Download commons-test-1.0.0.12.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 1.0.0.12 in this page.

License

BSD 2-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

commons-test-1.0.0.12-javadoc.jar
commons-test-1.0.0.12-sources.jar
commons-test-1.0.0.12.jar
commons-test-1.0.0.12.pom



Related Tutorials