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