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