<dependency>
<groupId>org.sonarsource.analyzer-commons</groupId>
<artifactId>test-sonar-xml-parsing</artifactId>
<version>2.16.0.3141</version>
</dependency>
libraryDependencies += "org.sonarsource.analyzer-commons" % "test-sonar-xml-parsing" % "2.16.0.3141"
@Grapes(
@Grab(group='org.sonarsource.analyzer-commons', module='test-sonar-xml-parsing', version='2.16.0.3141')
)
<dependency org="org.sonarsource.analyzer-commons" name="test-sonar-xml-parsing" rev="2.16.0.3141" />
<parent> <groupId>org.sonarsource.analyzer-commons</groupId> <artifactId>sonar-analyzer-commons-parent</artifactId> <version>2.16.0.3141</version> </parent>
compile
|-- org.sonarsource.sonarqube:sonar-plugin-api-impl
|-- com.google.code.findbugs:jsr305
|-- org.sonarsource.analyzer-commons:sonar-xml-parsing
|-- org.sonarsource.analyzer-commons:sonar-analyzer-test-commons
provided
|-- org.sonarsource.api.plugin:sonar-plugin-api
test
|-- junit:junit