MVN

org.sonarsource.html : sonar-html-plugin

Maven & Gradle

Aug 17, 2023
11 usages
47 stars

SonarSource HTML analyzer :: Sonar Plugin · Code analyzer for HTML

<dependency>
    <groupId>org.sonarsource.html</groupId>
    <artifactId>sonar-html-plugin</artifactId>
    <version>3.9.0.3600</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonarsource.html : sonar-html-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.0.3600

All Versions

Choose a version of org.sonarsource.html : sonar-html-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.9.x
sonar-html-plugin-3.9.0.3600
3.8.x
sonar-html-plugin-3.8.0.3510
3.7.x
sonar-html-plugin-3.7.1.3306
sonar-html-plugin-3.7.0.3298
3.6.x
sonar-html-plugin-3.6.0.3106
3.5.x
sonar-html-plugin-3.5.0.3009
3.4.x
sonar-html-plugin-3.4.0.2754
3.3.x
sonar-html-plugin-3.3.0.2534
3.2.x
sonar-html-plugin-3.2.0.2082
3.1.x
sonar-html-plugin-3.1.0.1615
3.0.x
sonar-html-plugin-3.0.1.1444
sonar-html-plugin-3.0.0.1411

How to add a dependency to Maven

Add the following org.sonarsource.html : sonar-html-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.sonarsource.html</groupId>
    <artifactId>sonar-html-plugin</artifactId>
    <version>3.9.0.3600</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sonarsource.html : sonar-html-plugin gradle dependency to your build.gradle file:

implementation 'org.sonarsource.html:sonar-html-plugin:3.9.0.3600'

Gradle Kotlin DSL: Add the following org.sonarsource.html : sonar-html-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sonarsource.html:sonar-html-plugin:3.9.0.3600")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sonarsource.html : sonar-html-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sonarsource.html" % "sonar-html-plugin" % "3.9.0.3600"

Advertisement