License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.tntim96 |
ArtifactId | ArtifactIdjscover-common-maven-plugin |
Version | Version2.0.10 |
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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tntim96/jscover-common-maven-plugin/
implementation 'com.github.tntim96:jscover-common-maven-plugin:2.0.10'
// https://jarcasting.com/artifacts/com.github.tntim96/jscover-common-maven-plugin/
implementation ("com.github.tntim96:jscover-common-maven-plugin:2.0.10")
'com.github.tntim96:jscover-common-maven-plugin:jar:2.0.10'
<dependency org="com.github.tntim96" name="jscover-common-maven-plugin" rev="2.0.10">
<artifact name="jscover-common-maven-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tntim96', module='jscover-common-maven-plugin', version='2.0.10')
)
libraryDependencies += "com.github.tntim96" % "jscover-common-maven-plugin" % "2.0.10"
[com.github.tntim96/jscover-common-maven-plugin "2.0.10"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-plugin-api | jar | 3.6.3 |
org.codehaus.plexus : plexus-utils | jar | 3.3.0 |
junit : junit | jar | 4.13.1 |
org.seleniumhq.selenium : selenium-api | jar | 3.141.59 |
org.seleniumhq.selenium : selenium-java | jar | 3.141.59 |
org.seleniumhq.selenium : selenium-firefox-driver | jar | 3.141.59 |
org.seleniumhq.selenium : selenium-chrome-driver | jar | 3.141.59 |
org.seleniumhq.selenium : selenium-ie-driver | jar | 3.141.59 |
com.github.tntim96 : JSCover | jar | 2.0.11 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.plugin-tools : maven-plugin-annotations | jar | 3.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-core | jar | 3.7.7 |
commons-io : commons-io | jar | 2.8.0 |