Download test-utils-2.0.4.jar file - Jar t

Jar examples for t:test-utils

Description

This package contains our Test Categories and other useful stuff for running our tests.

You can download jar file test-utils 2.0.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add test-utils-2.0.4.jar to your project.

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

Download

Click the following link to download the jar file.

test-utils-2.0.4.jar
test-utils-2.0.4-javadoc.jar
test-utils-2.0.4.pom
test-utils-2.0.4-sources.jar
test-utils-2.0.4-tests.jar



Related Tutorials