To download and install JUnit you currently have the following options.
Plain-old JARDownload the following JARs and add them to your test classpath:
MavenAdd a dependency to junit:junit
in test
scope. (Note: 4.13 is the latest stable version as of the latest edit on this page.)
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<scope>test</scope>
</dependency>
Gradle
See Use-with-Gradle
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4