junit/junit@4.8.1
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.
安装 (4.8.1)
[junit/junit "4.8.1"]
{:deps {junit/junit {:mvn/version "4.8.1"}}}
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
</dependency>
版本列表
4.8.1
88830