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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

test-utils-0.2-incubating-javadoc.jar
test-utils-0.2-incubating-sources.jar
test-utils-0.2-incubating.jar
test-utils-0.2-incubating.pom



Related Tutorials