Download th-junit4-4.12.jar file - Jar t

Jar examples for t:th-junit4

Description

JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck.

You can download jar file th-junit4 4.12 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add th-junit4-4.12.jar to your project.

<dependency>
   <groupId>com.tascape.qa</groupId>
   <artifactId>th-junit4</artifactId>
   <version>4.12</version>
</dependency>
compile group: 'com.tascape.qa', name: 'th-junit4', version: '4.12'
libraryDependencies += "com.tascape.qa" % "th-junit4" % "4.12"
<dependency org="com.tascape.qa" name="th-junit4" rev="4.12"/>
@Grapes(@Grab(group='com.tascape.qa', module='th-junit4', version='4.12'))
'com.tascape.qa:th-junit4:jar:4.12'

Download

Click the following link to download the jar file.

th-junit4-4.12-javadoc.jar
th-junit4-4.12-sources.jar
th-junit4-4.12.jar
th-junit4-4.12.pom



Related Tutorials