Registry / utility / ao-fluent-html

ao-fluent-html

JSON →
library0.8.0javamavenunverified

Fluent Java DSL for high-performance HTML generation with a type-safe builder pattern.

<dependency> <groupId>com.aoapps</groupId> <artifactId>ao-fluent-html</artifactId> <version>0.8.0</version> </dependency>
INSTALL
IMPORT
SIG · AO-FLUENT-HTML
A
ao-fluent-html
utilityjavav0.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AnyHtml
com.aoapps.html.any.AnyHtml

Generates an HTML document using the fluent API.

import com.aoapps.html.any.AnyHtml; import com.aoapps.html.any.AnyDocument; public class Example { public static void main(String[] args) { AnyDocument doc = AnyHtml.document(); doc.html().body().p().text("Hello, world!"); System.out.println(doc); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
20
OpenAI (training)
2
Meta
1
Amazon
1
Resources
ao-fluent-html — mvn dependency:get ao-fluent-html · libregistry