s

sonar-xml-plugin

Code Analyzer for XML
http://redirect.sonarsource.com/plugins/xml.html
文件下载
文件名 操作
sonar-xml-plugin-2.9.0.4055.jar 下载
sonar-xml-plugin-2.9.0.4055.pom 下载
sonar-xml-plugin-2.9.0.4055-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.sonarsource.xml</groupId>
  <artifactId>sonar-xml-plugin</artifactId>
  <version>2.9.0.4055</version>
  <type>sonar-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.sonarsource.xml:sonar-xml-plugin:2.9.0.4055'
Gradle Kotlin
implementation("org.sonarsource.xml:sonar-xml-plugin:2.9.0.4055")
Scala SBT
libraryDependencies += "org.sonarsource.xml" % "sonar-xml-plugin" % "2.9.0.4055"
Groovy Grape
@Grapes(
  @Grab(group='org.sonarsource.xml', module='sonar-xml-plugin', version='2.9.0.4055')
)
Apache Ivy
<dependency org="org.sonarsource.xml" name="sonar-xml-plugin" rev="2.9.0.4055" />
Leiningen
[org.sonarsource.xml/sonar-xml-plugin "2.9.0.4055"]
Apache Buildr
'org.sonarsource.xml:sonar-xml-plugin:jar:2.9.0.4055'