| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdcom.github.tntim96 |
| ArtifactId | ArtifactIdjscover-maven-plugin |
| Last Version | Last Version2.0.14 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJSCover Maven Plugin Parent Project
Plugin to run web-tests (e.g. Jasmine, QUnit) with WebDriver and JSCover
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jscover-maven-plugin-2.0.14.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tntim96/jscover-maven-plugin/ -->
<dependency>
<groupId>com.github.tntim96</groupId>
<artifactId>jscover-maven-plugin</artifactId>
<version>2.0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tntim96/jscover-maven-plugin/
implementation 'com.github.tntim96:jscover-maven-plugin:2.0.14'
// https://jarcasting.com/artifacts/com.github.tntim96/jscover-maven-plugin/
implementation ("com.github.tntim96:jscover-maven-plugin:2.0.14")
'com.github.tntim96:jscover-maven-plugin:pom:2.0.14'
<dependency org="com.github.tntim96" name="jscover-maven-plugin" rev="2.0.14">
<artifact name="jscover-maven-plugin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.tntim96', module='jscover-maven-plugin', version='2.0.14')
)
libraryDependencies += "com.github.tntim96" % "jscover-maven-plugin" % "2.0.14"
[com.github.tntim96/jscover-maven-plugin "2.0.14"]