Latest Stable Release

ZIP Release

The latest release is v2.0.21.

See the release notes for more information.

Maven

<dependency>
    <groupId>com.github.tntim96</groupId>
    <artifactId>JSCover</artifactId>
    <version>2.0.21</version>
</dependency>

Gradle

'com.github.tntim96:JSCover:2.0.21'

Latest SNAPSHOT Downloads

The latest maven snapshot is available at Sonatype which will require the sonatype repository:

<repositories>
    <repository>
        <id>sonatype-nexus-snapshots</id>
        <name>Sonatype Nexus Snapshots</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        <snapshots>
            <enabled>true</enabled>
        </snapshots>
    </repository>
</repositories>

Maven Plugins

JSCover maven plugins for both server mode and file mode (no server and headless) are available here.

Working examples of the plugins are available here.

Other Downloads

All downloads can be accessed from the SourceForge downloads page.