is not current version
Last Version 3.9

com.github.xmlet:htmlflow 3.6

HtmlFlow library purpose is to allow Java applications to easily writing HTML documents in a fluent style into a java.io.PrintStream.

GroupId

GroupId

com.github.xmlet
ArtifactId

ArtifactId

htmlflow
Version

Version

3.6
Type

Type

jar

Download htmlflow 3.6


<!-- https://jarcasting.com/artifacts/com.github.xmlet/htmlflow/ -->
<dependency>
    <groupId>com.github.xmlet</groupId>
    <artifactId>htmlflow</artifactId>
    <version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xmlet/htmlflow/
implementation 'com.github.xmlet:htmlflow:3.6'
// https://jarcasting.com/artifacts/com.github.xmlet/htmlflow/
implementation ("com.github.xmlet:htmlflow:3.6")
'com.github.xmlet:htmlflow:jar:3.6'
<dependency org="com.github.xmlet" name="htmlflow" rev="3.6">
  <artifact name="htmlflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xmlet', module='htmlflow', version='3.6')
)
libraryDependencies += "com.github.xmlet" % "htmlflow" % "3.6"
[com.github.xmlet/htmlflow "3.6"]