Download j2html-0.7.jar file - Jar j

Jar examples for j:j2html

Description

Java to HTML builder with a fluent API

You can download jar file j2html 0.7 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add j2html-0.7.jar to your project.

<dependency>
   <groupId>com.j2html</groupId>
   <artifactId>j2html</artifactId>
   <version>0.7</version>
</dependency>
compile group: 'com.j2html', name: 'j2html', version: '0.7'
libraryDependencies += "com.j2html" % "j2html" % "0.7"
<dependency org="com.j2html" name="j2html" rev="0.7"/>
@Grapes(@Grab(group='com.j2html', module='j2html', version='0.7'))
'com.j2html:j2html:jar:0.7'

Download

Click the following link to download the jar file.

j2html-0.7-javadoc.jar
j2html-0.7-sources.jar
j2html-0.7.jar
j2html-0.7.pom



Related Tutorials