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