s

sonar-web-plugin

Analyze HTML (also within PHP/Ruby/etc. templates) and JSP/JSF code.
http://redirect.sonarsource.com/plugins/web.html
The Apache Software License, Version 2.0
SonarSource and Matthijs Galesloot
Matthijs Galesloot Fabrice Bellingard Dinesh Bolkensteyn
Files download
File Operation
sonar-web-plugin-2.4.jar download
sonar-web-plugin-2.4.pom download
sonar-web-plugin-2.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.sonarsource.sonar-web-plugin</groupId>
  <artifactId>sonar-web-plugin</artifactId>
  <version>2.4</version>
  <type>sonar-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.sonarsource.sonar-web-plugin:sonar-web-plugin:2.4'
Gradle Kotlin
implementation("org.sonarsource.sonar-web-plugin:sonar-web-plugin:2.4")
Scala SBT
libraryDependencies += "org.sonarsource.sonar-web-plugin" % "sonar-web-plugin" % "2.4"
Groovy Grape
@Grapes(
  @Grab(group='org.sonarsource.sonar-web-plugin', module='sonar-web-plugin', version='2.4')
)
Apache Ivy
<dependency org="org.sonarsource.sonar-web-plugin" name="sonar-web-plugin" rev="2.4" />
Leiningen
[org.sonarsource.sonar-web-plugin/sonar-web-plugin "2.4"]
Apache Buildr
'org.sonarsource.sonar-web-plugin:sonar-web-plugin:jar:2.4'