Download JSCover-2.0.1.jar file - Jar j

Jar examples for j:JSCover

Description

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

You can download jar file JSCover 2.0.1 in this page.

License

GNU General Public License, version 2

Build File

You can use the following script to add JSCover-2.0.1.jar to your project.

<dependency>
   <groupId>com.github.tntim96</groupId>
   <artifactId>JSCover</artifactId>
   <version>2.0.1</version>
</dependency>
compile group: 'com.github.tntim96', name: 'JSCover', version: '2.0.1'
libraryDependencies += "com.github.tntim96" % "JSCover" % "2.0.1"
<dependency org="com.github.tntim96" name="JSCover" rev="2.0.1"/>
@Grapes(@Grab(group='com.github.tntim96', module='JSCover', version='2.0.1'))
'com.github.tntim96:JSCover:jar:2.0.1'

Download

Click the following link to download the jar file.

JSCover-2.0.1-javadoc.jar
JSCover-2.0.1-sources.jar
JSCover-2.0.1.jar
JSCover-2.0.1.pom



Related Tutorials