is not current version
Last Version 1.5.0

com.j2html:j2html 1.2.1

Java to HTML builder with a fluent API

GroupId

GroupId

com.j2html
ArtifactId

ArtifactId

j2html
Version

Version

1.2.1
Type

Type

jar

Download j2html 1.2.1


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