Download test-support-1.0-alpha-4.jar file - Jar t

Jar examples for t:test-support

Description

Set of classes to assist in creation of unit tests

You can download jar file test-support 1.0-alpha-4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add test-support-1.0-alpha-4.jar to your project.

<dependency>
   <groupId>com.mtvi.plateng</groupId>
   <artifactId>test-support</artifactId>
   <version>1.0-alpha-4</version>
</dependency>
compile group: 'com.mtvi.plateng', name: 'test-support', version: '1.0-alpha-4'
libraryDependencies += "com.mtvi.plateng" % "test-support" % "1.0-alpha-4"
<dependency org="com.mtvi.plateng" name="test-support" rev="1.0-alpha-4"/>
@Grapes(@Grab(group='com.mtvi.plateng', module='test-support', version='1.0-alpha-4'))
'com.mtvi.plateng:test-support:jar:1.0-alpha-4'

Download

Click the following link to download the jar file.

test-support-1.0-alpha-4-javadoc.jar
test-support-1.0-alpha-4-sources.jar
test-support-1.0-alpha-4.jar
test-support-1.0-alpha-4.pom



Related Tutorials