is not current version
Last Version 2.0.15

com.github.tntim96:JSCover 2.0.2

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

GroupId

GroupId

com.github.tntim96
ArtifactId

ArtifactId

JSCover
Version

Version

2.0.2
Type

Type

jar

Download JSCover 2.0.2


<!-- https://jarcasting.com/artifacts/com.github.tntim96/JSCover/ -->
<dependency>
    <groupId>com.github.tntim96</groupId>
    <artifactId>JSCover</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tntim96/JSCover/
implementation 'com.github.tntim96:JSCover:2.0.2'
// https://jarcasting.com/artifacts/com.github.tntim96/JSCover/
implementation ("com.github.tntim96:JSCover:2.0.2")
'com.github.tntim96:JSCover:jar:2.0.2'
<dependency org="com.github.tntim96" name="JSCover" rev="2.0.2">
  <artifact name="JSCover" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tntim96', module='JSCover', version='2.0.2')
)
libraryDependencies += "com.github.tntim96" % "JSCover" % "2.0.2"
[com.github.tntim96/JSCover "2.0.2"]