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