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-dep:4.9'
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.9</version>
</dependency>
<dependency org="junit" name="junit-dep" rev="4.9"/>
"junit", "junit-dep", "4.9"