Files download
File Operation
xml-1.4.pom download
Apache Maven
<dependency>
  <groupId>org.sonarsource.xml</groupId>
  <artifactId>xml</artifactId>
  <version>1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.sonarsource.xml:xml:1.4'
Gradle Kotlin
implementation("org.sonarsource.xml:xml:1.4")
Scala SBT
libraryDependencies += "org.sonarsource.xml" % "xml" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.sonarsource.xml', module='xml', version='1.4')
)
Apache Ivy
<dependency org="org.sonarsource.xml" name="xml" rev="1.4" />
Leiningen
[org.sonarsource.xml/xml "1.4"]
Apache Buildr
'org.sonarsource.xml:xml:jar:1.4'