MVN

fr.sii.sonar : sonar-web-frontend-plugin

Maven & Gradle

Jun 06, 2016

SII web frontend plugin :: JS/CSS/HTML/SCSS · Consumes reports from various sources for code quality (jshint, csslint, htmlhint, scsslint, angular-hint, eslint-angular), reports for code duplication (Simian, CPD), reports for unit/integration tests (Jasmin), reports for code coverage (Istanbul). Aggregate all these reports and save information into Sonar

<dependency>
    <groupId>fr.sii.sonar</groupId>
    <artifactId>sonar-web-frontend-plugin</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.sii.sonar : sonar-web-frontend-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0
  • Latest Release Candidate: 2.0.0-RC1

All Versions

Choose a version of fr.sii.sonar : sonar-web-frontend-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
sonar-web-frontend-plugin-2.1.0
2.0.x
sonar-web-frontend-plugin-2.0.0
sonar-web-frontend-plugin-2.0.0-RC1

How to add a dependency to Maven

Add the following fr.sii.sonar : sonar-web-frontend-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.sii.sonar</groupId>
    <artifactId>sonar-web-frontend-plugin</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.sii.sonar : sonar-web-frontend-plugin gradle dependency to your build.gradle file:

implementation 'fr.sii.sonar:sonar-web-frontend-plugin:2.1.0'

Gradle Kotlin DSL: Add the following fr.sii.sonar : sonar-web-frontend-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.sii.sonar:sonar-web-frontend-plugin:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.sii.sonar : sonar-web-frontend-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.sii.sonar" % "sonar-web-frontend-plugin" % "2.1.0"

Advertisement