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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials