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