MVN

org.bitbucket.jscl : jscover-legacy

Maven & Gradle

Oct 24, 2014

JSCover legacy · This project aims at employing the excellent JSCover library to provide JavaScript coverage measurement for projects which do not use JavaScript tests but Selenium-based end-to-end tests.

<dependency>
    <groupId>org.bitbucket.jscl</groupId>
    <artifactId>jscover-legacy</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.jscl : jscover-legacy to add to Maven - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of org.bitbucket.jscl : jscover-legacy to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
jscover-legacy-0.0.5
jscover-legacy-0.0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.bitbucket.jscl</groupId>
    <artifactId>jscover-legacy</artifactId>
    <version>0.0.5</version>
</dependency>