a

ao-fluent-html

Fluent Java DSL for high-performance HTML generation.
https://aoindustries.com/ao-fluent-html/
Files download
File Operation
ao-fluent-html-0.2.0.jar download
ao-fluent-html-0.2.0.pom download
ao-fluent-html-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aoindustries</groupId>
  <artifactId>ao-fluent-html</artifactId>
  <version>0.2.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.aoindustries:ao-fluent-html:0.2.0'
Gradle Kotlin
implementation("com.aoindustries:ao-fluent-html:0.2.0")
Scala SBT
libraryDependencies += "com.aoindustries" % "ao-fluent-html" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.aoindustries', module='ao-fluent-html', version='0.2.0')
)
Apache Ivy
<dependency org="com.aoindustries" name="ao-fluent-html" rev="0.2.0" />
Leiningen
[com.aoindustries/ao-fluent-html "0.2.0"]
Apache Buildr
'com.aoindustries:ao-fluent-html:jar:0.2.0'