Download test-utils-1.3.6.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 1.3.6 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

test-utils-1.3.6-javadoc.jar
test-utils-1.3.6-sources.jar
test-utils-1.3.6.jar
test-utils-1.3.6.pom



Related Tutorials