License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.tntim96 |
ArtifactId | ArtifactIdjscover-common-maven-plugin |
Last Version | Last Version2.0.14 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlugin to run web-tests (e.g. Jasmine, QUnit) with WebDriver and JSCover
|
<!-- https://jarcasting.com/artifacts/com.github.tntim96/jscover-common-maven-plugin/ -->
<dependency>
<groupId>com.github.tntim96</groupId>
<artifactId>jscover-common-maven-plugin</artifactId>
<version>2.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tntim96/jscover-common-maven-plugin/
implementation 'com.github.tntim96:jscover-common-maven-plugin:2.0.14'
// https://jarcasting.com/artifacts/com.github.tntim96/jscover-common-maven-plugin/
implementation ("com.github.tntim96:jscover-common-maven-plugin:2.0.14")
'com.github.tntim96:jscover-common-maven-plugin:jar:2.0.14'
<dependency org="com.github.tntim96" name="jscover-common-maven-plugin" rev="2.0.14">
<artifact name="jscover-common-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tntim96', module='jscover-common-maven-plugin', version='2.0.14')
)
libraryDependencies += "com.github.tntim96" % "jscover-common-maven-plugin" % "2.0.14"
[com.github.tntim96/jscover-common-maven-plugin "2.0.14"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 3.8.5 |
org.codehaus.plexus : plexus-utils | jar | 3.4.1 |
junit : junit | jar | 4.13.2 |
org.seleniumhq.selenium : selenium-api | jar | 4.1.3 |
org.seleniumhq.selenium : selenium-java | jar | 4.1.3 |
org.seleniumhq.selenium : selenium-firefox-driver | jar | 4.1.3 |
org.seleniumhq.selenium : selenium-chrome-driver | jar | 4.1.3 |
org.seleniumhq.selenium : selenium-ie-driver | jar | 4.1.3 |
com.github.tntim96 : JSCover | jar | 2.0.15 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.6.4 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-core | jar | 2.2 |
org.mockito : mockito-core | jar | 4.5.1 |
commons-io : commons-io | jar | 2.11.0 |