Download commons-testing-2.1.0.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 2.1.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

commons-testing-2.1.0-javadoc.jar
commons-testing-2.1.0-sources.jar
commons-testing-2.1.0-test-sources.jar
commons-testing-2.1.0-tests.jar
commons-testing-2.1.0.jar
commons-testing-2.1.0.pom



Related Tutorials