License |
License |
---|---|
GroupId | GroupIdcom.github.tntim96 |
ArtifactId | ArtifactIdJSCover |
Version | Version2.0.11 |
Type | Typejar |
Description |
DescriptionJSCover
JSCover is a tool that measures code coverage for JavaScript programs.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
JSCover-2.0.11.pom | |
JSCover-2.0.11-sources.jar | 1 MB |
JSCover-2.0.11-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tntim96/JSCover/ -->
<dependency>
<groupId>com.github.tntim96</groupId>
<artifactId>JSCover</artifactId>
<version>2.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tntim96/JSCover/
implementation 'com.github.tntim96:JSCover:2.0.11'
// https://jarcasting.com/artifacts/com.github.tntim96/JSCover/
implementation ("com.github.tntim96:JSCover:2.0.11")
'com.github.tntim96:JSCover:jar:2.0.11'
<dependency org="com.github.tntim96" name="JSCover" rev="2.0.11">
<artifact name="JSCover" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tntim96', module='JSCover', version='2.0.11')
)
libraryDependencies += "com.github.tntim96" % "JSCover" % "2.0.11"
[com.github.tntim96/JSCover "2.0.11"]
Group / Artifact | Type | Version |
---|---|---|
com.google.javascript : closure-compiler | jar | v20210202 |
com.google.code.gson : gson | jar | 2.8.6 |
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.htmlunit : htmlunit | jar | 2.47.1 |
org.mozilla : rhino | jar | 1.7.13 |
junit : junit | jar | 4.13.1 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-core | jar | 3.7.7 |
org.jacoco : org.jacoco.ant | jar | 0.8.6 |