MVN

com.github.tntim96 : JSCover

Maven & Gradle

May 06, 2023
3 usages
394 stars

JSCover · JSCover is a tool that measures code coverage for JavaScript programs.

<dependency>
    <groupId>com.github.tntim96</groupId>
    <artifactId>JSCover</artifactId>
    <version>2.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tntim96 : JSCover to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.18

All Versions

Choose a version of com.github.tntim96 : JSCover to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
JSCover-2.0.18
JSCover-2.0.17
JSCover-2.0.16
JSCover-2.0.15
JSCover-2.0.14
JSCover-2.0.13
JSCover-2.0.12
JSCover-2.0.11
JSCover-2.0.10
JSCover-2.0.9
JSCover-2.0.8
JSCover-2.0.7
JSCover-2.0.6
JSCover-2.0.5
JSCover-2.0.4
JSCover-2.0.3
JSCover-2.0.2
JSCover-2.0.1
JSCover-2.0.0
1.1.x
JSCover-1.1.0
1.0.x
JSCover-1.0.25
JSCover-1.0.24
JSCover-1.0.23
JSCover-1.0.22
JSCover-1.0.21
JSCover-1.0.20
JSCover-1.0.19
JSCover-1.0.18
JSCover-1.0.17
JSCover-1.0.16
JSCover-1.0.15
JSCover-1.0.14
JSCover-1.0.13
JSCover-1.0.12
JSCover-1.0.11
JSCover-1.0.10
JSCover-1.0.9
JSCover-1.0.8
JSCover-1.0.7
JSCover-1.0.6
JSCover-1.0.5
JSCover-1.0.4
JSCover-1.0.3
JSCover-1.0.2
JSCover-1.0.1
JSCover-1.0.0
0.3.x
JSCover-0.3.1
JSCover-0.3.0

How to add a dependency to Maven

Add the following com.github.tntim96 : JSCover maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tntim96 : JSCover gradle dependency to your build.gradle file:

implementation 'com.github.tntim96:JSCover:2.0.18'

Gradle Kotlin DSL: Add the following com.github.tntim96 : JSCover gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tntim96:JSCover:2.0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tntim96 : JSCover sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tntim96" % "JSCover" % "2.0.18"

Advertisement