s

sonar-xml-plugin

Enable analysis and reporting on XML files.
http://redirect.sonarsource.com/plugins/xml.html
Files download
File Operation
sonar-xml-plugin-1.4.jar download
sonar-xml-plugin-1.4.pom download
sonar-xml-plugin-1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.sonarsource.xml</groupId>
  <artifactId>sonar-xml-plugin</artifactId>
  <version>1.4</version>
  <type>sonar-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.sonarsource.xml:sonar-xml-plugin:1.4'
Gradle Kotlin
implementation("org.sonarsource.xml:sonar-xml-plugin:1.4")
Scala SBT
libraryDependencies += "org.sonarsource.xml" % "sonar-xml-plugin" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.sonarsource.xml', module='sonar-xml-plugin', version='1.4')
)
Apache Ivy
<dependency org="org.sonarsource.xml" name="sonar-xml-plugin" rev="1.4" />
Leiningen
[org.sonarsource.xml/sonar-xml-plugin "1.4"]
Apache Buildr
'org.sonarsource.xml:sonar-xml-plugin:jar:1.4'