is not current version
Last Version 2.0.14

com.github.tntim96:jscover-maven-plugin 2.0.8

Plugin to run web-tests (e.g. Jasmine, QUnit) with WebDriver and JSCover

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.tntim96
ArtifactId

ArtifactId

jscover-maven-plugin
Version

Version

2.0.8
Type

Type

pom

Download jscover-maven-plugin 2.0.8


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