| License | License | 
|---|---|
| Categories | CategoriesJUnit Unit Testing | 
| GroupId | GroupIdcom.tascape.qa | 
| ArtifactId | ArtifactIdth-junit4 | 
| Last Version | Last Version4.12 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionth-junit4 JUnit is a unit testing framework for Java, created by Erich Gamma and Kent Beck. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| th-junit4-4.12.pom | |
| th-junit4-4.12.jar | 312 KB | 
| th-junit4-4.12-sources.jar | 195 KB | 
| th-junit4-4.12-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.tascape.qa/th-junit4/ -->
<dependency>
    <groupId>com.tascape.qa</groupId>
    <artifactId>th-junit4</artifactId>
    <version>4.12</version>
</dependency>// https://jarcasting.com/artifacts/com.tascape.qa/th-junit4/
implementation 'com.tascape.qa:th-junit4:4.12'// https://jarcasting.com/artifacts/com.tascape.qa/th-junit4/
implementation ("com.tascape.qa:th-junit4:4.12")'com.tascape.qa:th-junit4:jar:4.12'<dependency org="com.tascape.qa" name="th-junit4" rev="4.12">
  <artifact name="th-junit4" type="jar" />
</dependency>@Grapes(
@Grab(group='com.tascape.qa', module='th-junit4', version='4.12')
)libraryDependencies += "com.tascape.qa" % "th-junit4" % "4.12"[com.tascape.qa/th-junit4 "4.12"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 | 
| org.slf4j : slf4j-api | jar | 1.7.13 |