JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
'junit:junit:3.8'
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8</version>
</dependency>
<dependency org="junit" name="junit" rev="3.8"/>
"junit", "junit", "3.8"