j

j2html

Java to HTML builder with a fluent API
http://j2html.com
The Apache Software License, Version 2.0
David Åse
Files download
File Operation
j2html-1.6.0.jar download
j2html-1.6.0.pom download
j2html-1.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.j2html</groupId>
  <artifactId>j2html</artifactId>
  <version>1.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.j2html:j2html:1.6.0'
Gradle Kotlin
implementation("com.j2html:j2html:1.6.0")
Scala SBT
libraryDependencies += "com.j2html" % "j2html" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.j2html', module='j2html', version='1.6.0')
)
Apache Ivy
<dependency org="com.j2html" name="j2html" rev="1.6.0" />
Leiningen
[com.j2html/j2html "1.6.0"]
Apache Buildr
'com.j2html:j2html:jar:1.6.0'