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