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