s

sonar-xml-parsing

Logic useful to read and analyze XML files
Files download
File Operation
sonar-xml-parsing-2.7.0.1482.jar download
sonar-xml-parsing-2.7.0.1482.pom download
sonar-xml-parsing-2.7.0.1482-sources.jar download
Apache Maven
<dependency>
  <groupId>org.sonarsource.analyzer-commons</groupId>
  <artifactId>sonar-xml-parsing</artifactId>
  <version>2.7.0.1482</version>
</dependency>
Gradle Groovy
implementation 'org.sonarsource.analyzer-commons:sonar-xml-parsing:2.7.0.1482'
Gradle Kotlin
implementation("org.sonarsource.analyzer-commons:sonar-xml-parsing:2.7.0.1482")
Scala SBT
libraryDependencies += "org.sonarsource.analyzer-commons" % "sonar-xml-parsing" % "2.7.0.1482"
Groovy Grape
@Grapes(
  @Grab(group='org.sonarsource.analyzer-commons', module='sonar-xml-parsing', version='2.7.0.1482')
)
Apache Ivy
<dependency org="org.sonarsource.analyzer-commons" name="sonar-xml-parsing" rev="2.7.0.1482" />
Leiningen
[org.sonarsource.analyzer-commons/sonar-xml-parsing "2.7.0.1482"]
Apache Buildr
'org.sonarsource.analyzer-commons:sonar-xml-parsing:jar:2.7.0.1482'