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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials