h

htmlcompiler

An HTML compiler, with maven plugin
https://github.com/codemonstur/htmlcompiler
MIT
Jurgen Voorneveld
Files download
File Operation
htmlcompiler-5.7.6.jar download
htmlcompiler-5.7.6.pom download
htmlcompiler-5.7.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.codemonstur</groupId>
  <artifactId>htmlcompiler</artifactId>
  <version>5.7.6</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.github.codemonstur:htmlcompiler:5.7.6'
Gradle Kotlin
implementation("com.github.codemonstur:htmlcompiler:5.7.6")
Scala SBT
libraryDependencies += "com.github.codemonstur" % "htmlcompiler" % "5.7.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.codemonstur', module='htmlcompiler', version='5.7.6')
)
Apache Ivy
<dependency org="com.github.codemonstur" name="htmlcompiler" rev="5.7.6" />
Leiningen
[com.github.codemonstur/htmlcompiler "5.7.6"]
Apache Buildr
'com.github.codemonstur:htmlcompiler:jar:5.7.6'