Last Version

com.github.xmlet:htmlflow 3.9

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

License

License

GroupId

GroupId

com.github.xmlet
ArtifactId

ArtifactId

htmlflow
Version

Version

3.9
Type

Type

jar
Description

Description

com.github.xmlet:htmlflow
HtmlFlow library purpose is to allow Java applications to easily writing HTML documents in a fluent style into a java.io.PrintStream.
Project URL

Project URL

https://github.com/xmlet/HtmlFlow

Download htmlflow 3.9


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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.xmlet : htmlApiFaster jar 1.0.9
org.jsoup : jsoup jar 1.14.2

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
io.reactivex.rxjava3 : rxjava jar 3.0.12

Project Modules

There are no modules declared in this project.