unnamed
latest

Installation

You can add mocha to your project using Gradle (recommended), Maven or manually downloading the JAR files from GitHub Releases.

Note that mocha is available in the Maven Central Repository.

Gradle

dependencies {
    implementation("team.unnamed:mocha:3.0.0")
}

Maven

<dependency>
    <groupId>team.unnamed</groupId>
    <artifactId>mocha</artifactId>
    <version>3.0.0</version>
</dependency>