文件下载
文件名 操作
html-3.12.0.4743.pom 下载
Apache Maven
<dependency>
  <groupId>org.sonarsource.html</groupId>
  <artifactId>html</artifactId>
  <version>3.12.0.4743</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.sonarsource.html:html:3.12.0.4743'
Gradle Kotlin
implementation("org.sonarsource.html:html:3.12.0.4743")
Scala SBT
libraryDependencies += "org.sonarsource.html" % "html" % "3.12.0.4743"
Groovy Grape
@Grapes(
  @Grab(group='org.sonarsource.html', module='html', version='3.12.0.4743')
)
Apache Ivy
<dependency org="org.sonarsource.html" name="html" rev="3.12.0.4743" />
Leiningen
[org.sonarsource.html/html "3.12.0.4743"]
Apache Buildr
'org.sonarsource.html:html:jar:3.12.0.4743'